hard Set 45 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 984

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 36

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"+","operand":10,"result":13}
  • {"op":"\u00d7","operand":4,"result":52}
  • {"op":"+","operand":10,"result":62}
  • {"op":"\u00d7","operand":2,"result":124}
  • {"op":"-","operand":88,"result":36}
FinalValue
36
PathDescription
Step 1: +10 = 13; Step 2: ×4 = 52; Step 3: +10 = 62; Step 4: ×2 = 124; Step 5: -88 = 36