hard Set 24 Form Exercise

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

Show answer

Answer: 144

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 100

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: -12

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

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

Show answer

Answer: 378

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

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

Show answer

Answer: 6

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