medium Set 79 Form Exercise

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

Show answer

Answer: 58

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 1

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

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

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 3

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