hard Set 28 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 8

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

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

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

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

Show answer

Answer: 11

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":3,"result":24}
  • {"op":"+","operand":4,"result":28}
  • {"op":"\u00d7","operand":4,"result":112}
  • {"op":"+","operand":8,"result":120}
  • {"op":"-","operand":109,"result":11}
FinalValue
11
PathDescription
Step 1: ×3 = 24; Step 2: +4 = 28; Step 3: ×4 = 112; Step 4: +8 = 120; Step 5: -109 = 11

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

Show answer

Answer: 48

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 40

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