medium Set 96 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 38

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