medium Set 24 Form Exercise

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

Show answer

Answer: 768

SubType
math-maze
Difficulty
medium
StartValue
6
Steps
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"\u00d7","operand":4,"result":96}
  • {"op":"\u00d7","operand":2,"result":192}
  • {"op":"\u00d7","operand":4,"result":768}
FinalValue
768
PathDescription
Step 1: ×4 = 24; Step 2: ×4 = 96; Step 3: ×2 = 192; Step 4: ×4 = 768

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

Show answer

Answer: 7

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 68

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"+","operand":3,"result":7}
  • {"op":"+","operand":1,"result":8}
  • {"op":"+","operand":9,"result":17}
  • {"op":"\u00d7","operand":4,"result":68}
FinalValue
68
PathDescription
Step 1: +3 = 7; Step 2: +1 = 8; Step 3: +9 = 17; Step 4: ×4 = 68

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

Show answer

Answer: 12

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

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

Show answer

Answer: 33

SubType
math-maze
Difficulty
medium
StartValue
5
Steps
  • {"op":"+","operand":10,"result":15}
  • {"op":"\u00d7","operand":3,"result":45}
  • {"op":"-","operand":34,"result":11}
  • {"op":"\u00d7","operand":3,"result":33}
FinalValue
33
PathDescription
Step 1: +10 = 15; Step 2: ×3 = 45; Step 3: -34 = 11; Step 4: ×3 = 33

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

Show answer

Answer: 28

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"\u00d7","operand":3,"result":24}
  • {"op":"\u00d7","operand":3,"result":72}
  • {"op":"+","operand":6,"result":78}
  • {"op":"-","operand":50,"result":28}
FinalValue
28
PathDescription
Step 1: ×3 = 24; Step 2: ×3 = 72; Step 3: +6 = 78; Step 4: -50 = 28