medium Set 54 Form Exercise

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

Show answer

Answer: 15

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"+","operand":8,"result":18}
  • {"op":"\u00d7","operand":4,"result":72}
  • {"op":"-","operand":28,"result":44}
  • {"op":"-","operand":29,"result":15}
FinalValue
15
PathDescription
Step 1: +8 = 18; Step 2: ×4 = 72; Step 3: -28 = 44; Step 4: -29 = 15

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

Show answer

Answer: 42

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"+","operand":2,"result":20}
  • {"op":"\u00d7","operand":2,"result":40}
  • {"op":"+","operand":2,"result":42}
FinalValue
42
PathDescription
Step 1: ×2 = 18; Step 2: +2 = 20; Step 3: ×2 = 40; Step 4: +2 = 42

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

Show answer

Answer: 4

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 11

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"+","operand":10,"result":24}
  • {"op":"+","operand":6,"result":30}
  • {"op":"-","operand":19,"result":11}
FinalValue
11
PathDescription
Step 1: ×2 = 14; Step 2: +10 = 24; Step 3: +6 = 30; Step 4: -19 = 11

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

Show answer

Answer: 99

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"\u00d7","operand":2,"result":36}
  • {"op":"\u00d7","operand":4,"result":144}
  • {"op":"-","operand":45,"result":99}
FinalValue
99
PathDescription
Step 1: ×2 = 18; Step 2: ×2 = 36; Step 3: ×4 = 144; Step 4: -45 = 99

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

Show answer

Answer: 75

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

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

Show answer

Answer: 21

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