medium Set 56 Form Exercise

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

Show answer

Answer: 43

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 448

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 60

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