hard Set 76 Form Exercise

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

Show answer

Answer: 277

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 148

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 55

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

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

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

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

Show answer

Answer: 33

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