hard Set 24 Form Exercise

Math Maze: Start at 4. Follow the path: ×4 → -15 → +10 → +1 → -3. 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":15,"result":1}
  • {"op":"+","operand":10,"result":11}
  • {"op":"+","operand":1,"result":12}
  • {"op":"-","operand":3,"result":9}
FinalValue
9
PathDescription
Step 1: ×4 = 16; Step 2: -15 = 1; Step 3: +10 = 11; Step 4: +1 = 12; Step 5: -3 = 9

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

Show answer

Answer: 4

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 222

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 219

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