medium Set 78 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 10

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

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

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 38

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