easy Set 47 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 1

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