easy Set 70 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 21

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