hard Set 72 Form Exercise

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

Show answer

Answer: 87

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 207

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

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

Show answer

Answer: 432

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 57

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