easy Set 20 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 11

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

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

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 75

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