hard Set 85 Form Exercise

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

Show answer

Answer: 48

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

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

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 2

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":10,"result":17}
  • {"op":"+","operand":3,"result":20}
  • {"op":"\u00d7","operand":4,"result":80}
  • {"op":"-","operand":57,"result":23}
  • {"op":"-","operand":21,"result":2}
FinalValue
2
PathDescription
Step 1: +10 = 17; Step 2: +3 = 20; Step 3: ×4 = 80; Step 4: -57 = 23; Step 5: -21 = 2

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

Show answer

Answer: 398

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"\u00d7","operand":4,"result":144}
  • {"op":"\u00d7","operand":3,"result":432}
  • {"op":"-","operand":39,"result":393}
  • {"op":"+","operand":5,"result":398}
FinalValue
398
PathDescription
Step 1: ×4 = 36; Step 2: ×4 = 144; Step 3: ×3 = 432; Step 4: -39 = 393; Step 5: +5 = 398

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

Show answer

Answer: 144

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