hard Set 28 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: -3

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

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

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 16

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