easy Set 57 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 8

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

Math Maze: Start at 9. Follow the path: ×4 → -10 → +10. 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":10,"result":26}
  • {"op":"+","operand":10,"result":36}
FinalValue
36
PathDescription
Step 1: ×4 = 36; Step 2: -10 = 26; Step 3: +10 = 36

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

Show answer

Answer: 15

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