hard Set 40 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 244

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 266

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

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

Show answer

Answer: 384

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