easy Set 50 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 8

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