medium Set 96 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 28

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