hard Set 60 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 207

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 12

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

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

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 5120

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