medium Set 66 Form Exercise

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

Show answer

Answer: 54

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 960

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

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