hard Set 22 Form Exercise

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

Show answer

Answer: 2304

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"\u00d7","operand":4,"result":12}
  • {"op":"\u00d7","operand":4,"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: ×4 = 12; Step 2: ×4 = 48; Step 3: ×4 = 192; Step 4: ×3 = 576; Step 5: ×4 = 2304

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

Show answer

Answer: 1152

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 201

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 360

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

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

Show answer

Answer: 79

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":8,"result":17}
  • {"op":"\u00d7","operand":3,"result":51}
  • {"op":"\u00d7","operand":4,"result":204}
  • {"op":"-","operand":105,"result":99}
  • {"op":"-","operand":20,"result":79}
FinalValue
79
PathDescription
Step 1: +8 = 17; Step 2: ×3 = 51; Step 3: ×4 = 204; Step 4: -105 = 99; Step 5: -20 = 79

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

Show answer

Answer: 12

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