medium Set 95 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 10

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