medium Set 79 Form Exercise

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

Show answer

Answer: 83

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 24

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