How many positive integers less than $1,000$ are multiples of $5$ and are equal to $3$ times an even integer?
It is simply asking for multiples of $5$ and $6$
Is there a way to do this without guessing or counting? This is from the SAT.
I have tried it, but I counted all, and found common ones, the answer was $33$.
For a number to be a multiple of $x$ and $y$ it must be a multiple of the LCM of $x$ and $y$. So in this case, how many integers less than 1000 are multiples of 30? The 33rd multiple of 30 is 990, the 34th is 1020, so 33 it is.