medium Set 56 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 51

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