easy Set 54 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 256

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 69

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