hard Set 84 Form Exercise

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

Show answer

Answer: 390

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 26

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"+","operand":10,"result":15}
  • {"op":"\u00d7","operand":3,"result":45}
  • {"op":"+","operand":4,"result":49}
  • {"op":"+","operand":6,"result":55}
  • {"op":"-","operand":29,"result":26}
FinalValue
26
PathDescription
Step 1: +10 = 15; Step 2: ×3 = 45; Step 3: +4 = 49; Step 4: +6 = 55; Step 5: -29 = 26

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

Show answer

Answer: 120

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 135

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

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

Show answer

Answer: 5

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