medium Set 77 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 72

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

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 20

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