hard Set 65 Form Exercise

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

Show answer

Answer: 240

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 11

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