medium Set 83 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 23

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":5,"result":23}
FinalValue
23
PathDescription
Step 1: -1 = 2; Step 2: ×3 = 6; Step 3: ×3 = 18; Step 4: +5 = 23

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

Show answer

Answer: 39

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 16

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