medium Set 71 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 100

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 17

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