medium Set 24 Form Exercise

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

Show answer

Answer: 36

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"\u00d7","operand":3,"result":24}
  • {"op":"+","operand":8,"result":32}
  • {"op":"-","operand":20,"result":12}
  • {"op":"\u00d7","operand":3,"result":36}
FinalValue
36
PathDescription
Step 1: ×3 = 24; Step 2: +8 = 32; Step 3: -20 = 12; Step 4: ×3 = 36

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

Show answer

Answer: 24

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"+","operand":8,"result":16}
  • {"op":"-","operand":1,"result":15}
  • {"op":"+","operand":10,"result":25}
  • {"op":"-","operand":1,"result":24}
FinalValue
24
PathDescription
Step 1: +8 = 16; Step 2: -1 = 15; Step 3: +10 = 25; Step 4: -1 = 24

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

Show answer

Answer: 16

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 27

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