medium Set 46 Form Exercise

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

Show answer

Answer: 60

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 103

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

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

Show answer

Answer: 25

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