easy Set 84 Form Exercise

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

Show answer

Answer: 148

SubType
math-maze
Difficulty
easy
StartValue
7
Steps
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"+","operand":9,"result":37}
  • {"op":"\u00d7","operand":4,"result":148}
FinalValue
148
PathDescription
Step 1: ×4 = 28; Step 2: +9 = 37; Step 3: ×4 = 148

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

Show answer

Answer: 5

SubType
math-maze
Difficulty
easy
StartValue
8
Steps
  • {"op":"-","operand":3,"result":5}
  • {"op":"\u00d7","operand":4,"result":20}
  • {"op":"-","operand":15,"result":5}
FinalValue
5
PathDescription
Step 1: -3 = 5; Step 2: ×4 = 20; Step 3: -15 = 5

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

Show answer

Answer: 17

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

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

Show answer

Answer: 29

SubType
math-maze
Difficulty
easy
StartValue
10
Steps
  • {"op":"\u00d7","operand":2,"result":20}
  • {"op":"\u00d7","operand":2,"result":40}
  • {"op":"-","operand":11,"result":29}
FinalValue
29
PathDescription
Step 1: ×2 = 20; Step 2: ×2 = 40; Step 3: -11 = 29

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

Show answer

Answer: 7

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 13

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