easy Set 22 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 26

SubType
math-maze
Difficulty
easy
StartValue
8
Steps
  • {"op":"\u00d7","operand":2,"result":16}
  • {"op":"+","operand":8,"result":24}
  • {"op":"+","operand":2,"result":26}
FinalValue
26
PathDescription
Step 1: ×2 = 16; Step 2: +8 = 24; Step 3: +2 = 26

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

Show answer

Answer: 15

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 9

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