easy Set 59 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 5

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

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

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 11

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