hard Set 43 Form Exercise

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

Show answer

Answer: -12

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 70

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"\u00d7","operand":4,"result":96}
  • {"op":"\u00d7","operand":3,"result":288}
  • {"op":"-","operand":83,"result":205}
  • {"op":"-","operand":135,"result":70}
FinalValue
70
PathDescription
Step 1: ×4 = 24; Step 2: ×4 = 96; Step 3: ×3 = 288; Step 4: -83 = 205; Step 5: -135 = 70