medium Set 88 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 11

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