hard Set 71 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 27

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"\u00d7","operand":4,"result":16}
  • {"op":"+","operand":3,"result":19}
  • {"op":"-","operand":2,"result":17}
  • {"op":"+","operand":8,"result":25}
  • {"op":"+","operand":2,"result":27}
FinalValue
27
PathDescription
Step 1: ×4 = 16; Step 2: +3 = 19; Step 3: -2 = 17; Step 4: +8 = 25; Step 5: +2 = 27

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

Show answer

Answer: 4

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 48

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