medium Set 22 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 15

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

Math Maze: Start at 7. Follow the path: +1 → +6 → +2 → +1. What is the final value?

Show answer

Answer: 17

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