ok sorry for bumping an old thread (if thats against the rules) but I have a different solution:
We have a kilogram of coffee here, composed of x kilograms of type I coffee and y kilograms of type II. Since there's only 1 kg of coffee altogether, x & y must be less than 1.
Because we have 1 kg of the mixture, x=1-y and y=1-x
C=6.5x+8.5y, therefore by a simple substitution:
(equation 1) C=-2x+8.5
(equation 2) C=6.5+2y
now lets consider the choices:
1) y > 0.15
therefore C > 6.5+2*0.15, C > 6.8
thus from equation 1 above, -2x+8.5>6.8, x<0.85, INSUFFICIENT
2) C >= 7.30
-2x+8.5>=7.30, x =< 0.6, SUFFICIENT
hence answer is B
any thoughts?