easy Set 49 Form Exercise

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

Show answer

Answer: 34

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

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

Show answer

Answer: 119

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 9

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

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