easy Set 47 Form Exercise

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

Show answer

Answer: 108

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 7

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

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

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 19

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