hard Set 30 Form Exercise

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

Show answer

Answer: 80

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 5

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":9,"result":19}
  • {"op":"+","operand":10,"result":29}
  • {"op":"+","operand":9,"result":38}
  • {"op":"-","operand":9,"result":29}
  • {"op":"-","operand":24,"result":5}
FinalValue
5
PathDescription
Step 1: +9 = 19; Step 2: +10 = 29; Step 3: +9 = 38; Step 4: -9 = 29; Step 5: -24 = 5

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

Show answer

Answer: 7

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 98

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