easy Set 54 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 80

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