medium Set 95 Form Exercise

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

Show answer

Answer: 67

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

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

Show answer

Answer: 9

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

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

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 19

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