medium Set 12 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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