medium Set 44 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 12

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