medium Set 42 Form Exercise

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

Show answer

Answer: 448

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 248

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 4

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