medium Set 11 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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