hard Set 85 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 5

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"+","operand":8,"result":11}
  • {"op":"\u00d7","operand":4,"result":44}
  • {"op":"-","operand":21,"result":23}
  • {"op":"+","operand":2,"result":25}
  • {"op":"-","operand":20,"result":5}
FinalValue
5
PathDescription
Step 1: +8 = 11; Step 2: ×4 = 44; Step 3: -21 = 23; Step 4: +2 = 25; Step 5: -20 = 5

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

Show answer

Answer: 18

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: -3

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":"-","operand":1,"result":-1}
  • {"op":"\u00d7","operand":3,"result":-3}
FinalValue
-3
PathDescription
Step 1: -2 = 1; Step 2: -1 = 0; Step 3: ×3 = 0; Step 4: -1 = -1; Step 5: ×3 = -3