hard Set 51 Form Exercise

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

Show answer

Answer: 80

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 6

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

Math Maze: Start at 8. Follow the path: ×4 → -16 → ×4 → -49 → -11. What is the final value?

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 259

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