hard Set 84 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: -4

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