hard Set 54 Form Exercise

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

Show answer

Answer: 39

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 28

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