How many numbers in between 1 and 250 are not divisible by 2,3,5 or 7? Using the Inclusion Exclusion Principle, I got the answer to be 57 (i.e. 250−193), but I'm worried I might have screwed up the arithmetic. Is there a quick and easy way to check whether long calculations like these are right?