medium Set 46 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 360

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 2

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