medium Set 17 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 149

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 384

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

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

Show answer

Answer: 110

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 480

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

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

Show answer

Answer: 756

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