medium Set 24 Form Exercise

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

Show answer

Answer: 34

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 656

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"+","operand":1,"result":41}
  • {"op":"\u00d7","operand":4,"result":164}
  • {"op":"\u00d7","operand":4,"result":656}
FinalValue
656
PathDescription
Step 1: ×4 = 40; Step 2: +1 = 41; Step 3: ×4 = 164; Step 4: ×4 = 656

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

Show answer

Answer: 17

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 18

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