hard Set 44 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 134

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 16

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