goldgoldandgold
a, b, and c are integers and a<b<c. S is the set of all integers from a to b, inclusive. Q is the set of all integers from b to c, inclusive. The median of set S is (3/4)*b. The median of set Q is (7/8)*c. If R is the set of all integers from a to c, inclusive, what fraction of c is the median of set R?
(A) 3/8
(B) 1/2
(C) 11/16
(D) 5/7
(E) 3/4
Since the question and options give all data in terms of fractions, we can assume values. The point is for which variable we should assume a value?
a < b < c
S = { a, ..., b } Median = (3/4)b
Q = {b, ..., c } Median = (7/8)c
Assume a value of c (which will lead to a value of b) such that c will get divided by 8 and 4 successively so that both medians are integers.
Say c = 32
Median of Q = (7/8)*32 = 28
b = 28 - 4 = 24
Median of S = (3/4)*24 = 18
a = 18 - 6 = 12
R = { 12, 13, 14, ... 32}
Median of R = 22 which as a fraction of c is 22/32 = (11/16)
Answer (C)