easy Set 70 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 14

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