medium Set 94 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 30

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