hard Set 82 Form Exercise

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

Show answer

Answer: 69

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 124

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

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

Show answer

Answer: 13

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