medium Set 87 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 4

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