easy Set 62 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 2

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