hard Set 31 Form Exercise

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

Show answer

Answer: 58

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

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

Show answer

Answer: 204

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 156

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

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

Show answer

Answer: 13

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