Example 1easy
- A)Add 3 to the previous number
- B)Multiply the previous number by 2
- C)Add 4 to the previous number
- D)Subtract 4 from the previous number
Step-by-step solution
- Let's find the difference between consecutive numbers:
- 7 - 3 = 4
- 11 - 7 = 4
- 15 - 11 = 4
- Since the difference is consistently 4, the rule is to add 4 to the previous number.
Answer: Add 4 to the previous number