easy Set 95 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 3

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