medium Set 63 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 27

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