easy Set 16 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 28

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