medium Set 27 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 59

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 7

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