medium Set 94 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 10

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":2,"result":10}
FinalValue
10
PathDescription
Step 1: -5 = 5; Step 2: -3 = 2; Step 3: +6 = 8; Step 4: +2 = 10

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

Show answer

Answer: 36

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 48

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