easy Set 52 Form Exercise

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

Show answer

Answer: 92

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 39

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