Re: Set consists of the positive multiples of 5
[#permalink]
Updated on: 28 Aug 2016, 02:52
@Sonalika42
Here is my solution to this question:
Set X = {5,10,15,20,25,30,35,...}
Set Y = {3,5,7,11,13,17,19}
Set Z = {3*5,3*10,3*15,3*20,3*25,3*30,
5*5,5*10,5*15,
7*5,7*10,
11*5,
13*5,
17*5,
19*5}
Z = {15,30,45,60,75,90,25,50,75,35,70,55,65,85,95}
It seems like as 75 is repeated so it is counted as one element in set Z.
=> Thus Set Z has 14 elements instead of 15.This could be the only justification for answer to be 14 i.e. (B)
Originally posted by
yasir9909 on 28 Aug 2016, 02:21.
Last edited by
yasir9909 on 28 Aug 2016, 02:52, edited 1 time in total.