crackgmat750
A bowl is filled with consecutively numbered tiles from 1 to x. Joe pulls out a tile and uses it to construct Sequence Q, which consists of 10 consecutive integers starting with the number drawn. If Joe then selects one number from Sequence Q, what is the probability that the selected number is a multiple of 3?
(1) The last number in Sequence Q is a prime number that is less than 20.
(2) x <= 10
numbered tiles: {1,2,3,4,…x}
sequence Q: {a,a+1,a+2…a+9}
(1) The last number in Sequence Q is a prime number that is less than 20: sufic.
a+9=prime<20={19,17,13,11}; and a={10,8,4,2};
there are only 3 multiples of THREE between each sequence of Q from {10-19}{8-17}{4-13}{2-11};
(2) x≤10: insufic.
if sequence Q is {10…19} it has 3 multiples of THREE {12,15,18}
if sequence Q is {3…12} it has 4 multiples of THREE {3,6,9,12}
Answer (A)