medium Set 86 Form Exercise

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

Show answer

Answer: 47

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 145

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 92

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