medium Set 92 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 59

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