easy Set 27 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 8

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