hard Set 58 Form Exercise

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

Show answer

Answer: 142

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 77

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 40

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