easy Set 20 Form Exercise

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

Show answer

Answer: 45

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 12

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