hard Set 88 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 384

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 45

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