medium Set 19 Form Exercise

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

Show answer

Answer: 37

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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

Math Maze: Start at 9. Follow the path: ×4 → ×4 → -133 → -5. What is the final value?

Show answer

Answer: 6

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 15

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