easy Set 63 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 8

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

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

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 148

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

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

Show answer

Answer: 4

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