easy Set 34 Form Exercise

Math Maze: Start at 4. Follow the path: +10 → ×2 → -6. What is the final value?

Show answer

Answer: 22

SubType
math-maze
Difficulty
easy
StartValue
4
Steps
  • {"op":"+","operand":10,"result":14}
  • {"op":"\u00d7","operand":2,"result":28}
  • {"op":"-","operand":6,"result":22}
FinalValue
22
PathDescription
Step 1: +10 = 14; Step 2: ×2 = 28; Step 3: -6 = 22

Math Maze: Start at 4. Follow the path: ×4 → +6 → +2. What is the final value?

Show answer

Answer: 24

SubType
math-maze
Difficulty
easy
StartValue
4
Steps
  • {"op":"\u00d7","operand":4,"result":16}
  • {"op":"+","operand":6,"result":22}
  • {"op":"+","operand":2,"result":24}
FinalValue
24
PathDescription
Step 1: ×4 = 16; Step 2: +6 = 22; Step 3: +2 = 24

Math Maze: Start at 6. Follow the path: ×3 → ×4 → -4. What is the final value?

Show answer

Answer: 68

SubType
math-maze
Difficulty
easy
StartValue
6
Steps
  • {"op":"\u00d7","operand":3,"result":18}
  • {"op":"\u00d7","operand":4,"result":72}
  • {"op":"-","operand":4,"result":68}
FinalValue
68
PathDescription
Step 1: ×3 = 18; Step 2: ×4 = 72; Step 3: -4 = 68

Math Maze: Start at 8. Follow the path: +5 → +10 → -2. What is the final value?

Show answer

Answer: 21

SubType
math-maze
Difficulty
easy
StartValue
8
Steps
  • {"op":"+","operand":5,"result":13}
  • {"op":"+","operand":10,"result":23}
  • {"op":"-","operand":2,"result":21}
FinalValue
21
PathDescription
Step 1: +5 = 13; Step 2: +10 = 23; Step 3: -2 = 21

Math Maze: Start at 2. Follow the path: +1 → -1 → +9. What is the final value?

Show answer

Answer: 11

SubType
math-maze
Difficulty
easy
StartValue
2
Steps
  • {"op":"+","operand":1,"result":3}
  • {"op":"-","operand":1,"result":2}
  • {"op":"+","operand":9,"result":11}
FinalValue
11
PathDescription
Step 1: +1 = 3; Step 2: -1 = 2; Step 3: +9 = 11

Math Maze: Start at 6. Follow the path: +9 → -4 → +9. What is the final value?

Show answer

Answer: 20

SubType
math-maze
Difficulty
easy
StartValue
6
Steps
  • {"op":"+","operand":9,"result":15}
  • {"op":"-","operand":4,"result":11}
  • {"op":"+","operand":9,"result":20}
FinalValue
20
PathDescription
Step 1: +9 = 15; Step 2: -4 = 11; Step 3: +9 = 20

Math Maze: Start at 1. Follow the path: +6 → ×2 → +1. What is the final value?

Show answer

Answer: 15

SubType
math-maze
Difficulty
easy
StartValue
1
Steps
  • {"op":"+","operand":6,"result":7}
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"+","operand":1,"result":15}
FinalValue
15
PathDescription
Step 1: +6 = 7; Step 2: ×2 = 14; Step 3: +1 = 15

Math Maze: Start at 7. Follow the path: +8 → +8 → -7. What is the final value?

Show answer

Answer: 16

SubType
math-maze
Difficulty
easy
StartValue
7
Steps
  • {"op":"+","operand":8,"result":15}
  • {"op":"+","operand":8,"result":23}
  • {"op":"-","operand":7,"result":16}
FinalValue
16
PathDescription
Step 1: +8 = 15; Step 2: +8 = 23; Step 3: -7 = 16