easy Set 45 Form Exercise

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

Show answer

Answer: 38

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 18

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