hard Set 62 Form Exercise

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

Show answer

Answer: 372

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 244

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

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

Show answer

Answer: 77

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 2

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