easy Set 79 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 59

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 5

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