hard Set 77 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 256

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 9

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