hard Set 84 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 39

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"\u00d7","operand":4,"result":144}
  • {"op":"+","operand":8,"result":152}
  • {"op":"-","operand":89,"result":63}
  • {"op":"-","operand":24,"result":39}
FinalValue
39
PathDescription
Step 1: ×4 = 36; Step 2: ×4 = 144; Step 3: +8 = 152; Step 4: -89 = 63; Step 5: -24 = 39

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

Show answer

Answer: 60

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

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

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

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

Show answer

Answer: 161

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

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

Show answer

Answer: 9

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