How many numbers are there that appear in at least one of the arithmetic sequence $10, 16, 22, 28, \ldots, 1000$ and the arithmetic sequence $10, 21, 32, 43, \ldots, 1000?$
How can I count all the numbers in both sequences and keep count of the over counting? How do I use casework here?
There are $\dfrac{1000-10}6+1=166$ numbers in the first sequence
and $\dfrac{1000-10}{11}+1=91$ numbers in the second sequence.
There are $\dfrac{1000-10}{66}+1=16$ numbers in both sequences.
Can you take it from here?