hard Set 57 Form Exercise

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

Show answer

Answer: 15

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

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

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 708

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"\u00d7","operand":3,"result":90}
  • {"op":"-","operand":31,"result":59}
  • {"op":"\u00d7","operand":3,"result":177}
  • {"op":"\u00d7","operand":4,"result":708}
FinalValue
708
PathDescription
Step 1: ×3 = 30; Step 2: ×3 = 90; Step 3: -31 = 59; Step 4: ×3 = 177; Step 5: ×4 = 708