medium Set 66 Form Exercise

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

Show answer

Answer: 408

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 156

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