hard Set 28 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2304

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 5

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