easy Set 29 Form Exercise

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

Show answer

Answer: 10

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

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

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

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

Show answer

Answer: -2

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

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

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 11

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

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

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