medium Set 28 Form Exercise

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

Show answer

Answer: 53

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 46

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