-
rupsk
- Master | Next Rank: 500 Posts
- Posts: 123
- Joined: Mon Feb 07, 2011 12:11 pm
- Followed by:1 members
How many positive integers between 200 and 300 (both inclusive) are not divisible by 2, 3 or 5?
A. 3
B. 16
C. 75
D. 24
E. 26
Is there any other way then below solution?
I had taken below approach
as it should not be divisible by 2 and 5 last digit can not be 2,4,6,8,0,5.
first digit will be 2.
and last digit will be 1,3,7,9
so if we take 1 as last digit then 2+1=3 now if it does not have to be divided by 3 the second digit should be such that there sum will not be multiple of 3. so it can have value 1,2,4,5,7,8
similarly found for 3,7 and 9 and got the total as 26 nos.
A. 3
B. 16
C. 75
D. 24
E. 26
Is there any other way then below solution?
I had taken below approach
as it should not be divisible by 2 and 5 last digit can not be 2,4,6,8,0,5.
first digit will be 2.
and last digit will be 1,3,7,9
so if we take 1 as last digit then 2+1=3 now if it does not have to be divided by 3 the second digit should be such that there sum will not be multiple of 3. so it can have value 1,2,4,5,7,8
similarly found for 3,7 and 9 and got the total as 26 nos.












