How many even integers n, where 100≤n≤200, are divisible neither by seven nor by nine? [CAT 2003 L]
40
37
39
38
Observation/Strategy 1) We are dealing with even integers only. So, we look for numbers divisible by 14 and 18 instead of 7 and 9.
2) We find the number of 14 or 18 multiples and subtract them from the total.
3) Multiples of LCM(14, 18) =126 will be double counted as they are multiples of both 14 and 18.
100≤n≤200 , where n is even.
Number in the range are from 2×50 to 2×100 Total numbers in range =100−50+1=51
14 multiples in the range are from 14×8 to 14×14
Number of 14 multiples in the range =14−8+1=7
18 multiples in the range are from 18×6 to 18×11
Number of 18 multiples in the range =11−6+1=6
126 multiples in the range =1 (which is 126 itself)
Number of 14 or 18 multiples in range =7+6−1=12
Numbers that are not multiples of 14 or 18 in the range =51−12=39
Answer: (3) 39
Question 2
For two positive integers a and b, if (a+b)(a+b) is divisible by 500, then the least possible value of a×b is: [XAT 2016]
8
9
10
12
None of the above
Observation/Strategy 1) 500=22×53. 2 and 5 are it's only prime factors. 2) The base of (a+b) should be the smallest multiple of 2 and 5, which is 10. 3) Smallest common multiple of 2 and 5 is 10.
1010 is divisible by 500.
∴a+b=10
Least possible value of a×b=1×9=9
Answer: (2)9
Question 3
The unit digit in the product of (8267)153×(341)72 is [IIFT 2012]
1
2
7
9
Observation/Strategy 1) The two terms are being multiplied. 2) We can ignore 34172 as it's units digit will be 1. 3) 7 has a cyclicity of 4. The power of 153 has to be written in 4k format.