medium Set 42 Form Exercise

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

Show answer

Answer: 126

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 12

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