medium Set 28 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 152

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 60

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