medium Set 42 Form Exercise

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

Show answer

Answer: 84

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 36

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

Math Maze: Start at 1. Follow the path: +2 → -1 → +4 → +9. 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":2}
  • {"op":"+","operand":4,"result":6}
  • {"op":"+","operand":9,"result":15}
FinalValue
15
PathDescription
Step 1: +2 = 3; Step 2: -1 = 2; Step 3: +4 = 6; Step 4: +9 = 15

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

Show answer

Answer: 6

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

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

Show answer

Answer: 52

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