medium Set 44 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 120

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