easy Set 47 Form Exercise

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

Show answer

Answer: 45

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 36

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