easy Set 17 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 13

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