medium Set 76 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 11

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