easy Set 42 Form Exercise

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

Show answer

Answer: 120

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 21

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