easy Set 87 Form Exercise

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

Show answer

Answer: 25

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 15

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