I have recently been starting to work on counting problems, and currently, I am working on this one, but cannot figure it out:
How many positive integers less than 201 are multiples of 4 but not multiples of 10?
I was also wondering if there was a specific formula for this type of problem, so I can fully understand it in the future. Any help would be appreciated, and thanks in advance
Well Let $A = $ the number of positive multiples of $4$ that are less than $201$.
Suppose $n$ is both a multiple of $4$ and of $10$ what can we say about $n$?
Let $B$ be the number of integers that can be the thing in the hint above, that is a multiple of both $4$ and $10$.
Then the number of multiples of $4$ that aren't multiples of $10$ will be all the mulitples of $4$ less the multiples of $4$ that are multipls of $10$ so that number is $A-B$.
So your answer is $A-B$.