hard Set 93 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 110

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":4,"result":84}
  • {"op":"-","operand":59,"result":25}
  • {"op":"\u00d7","operand":4,"result":100}
  • {"op":"+","operand":10,"result":110}
FinalValue
110
PathDescription
Step 1: ×3 = 21; Step 2: ×4 = 84; Step 3: -59 = 25; Step 4: ×4 = 100; Step 5: +10 = 110

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

Show answer

Answer: 17

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 50

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"-","operand":8,"result":2}
  • {"op":"+","operand":9,"result":11}
  • {"op":"+","operand":10,"result":21}
  • {"op":"+","operand":4,"result":25}
  • {"op":"\u00d7","operand":2,"result":50}
FinalValue
50
PathDescription
Step 1: -8 = 2; Step 2: +9 = 11; Step 3: +10 = 21; Step 4: +4 = 25; Step 5: ×2 = 50

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

Show answer

Answer: 63

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

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

Show answer

Answer: 7

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