medium Set 94 Form Exercise

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

Show answer

Answer: 89

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 264

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 23

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