I'm getting C, but I am not sure... and takes too long
Set:
L = Ml * Xl + Bl
K = Mk * Xk + Bk
You know that the line intersect at (4,3); thus, you can plug this value in both equations to get:
3 = M*4 + B, and so
Bl = 3 - Ml*4
Bk = 3 - Mk*4
(1) Product of x intercepts are positive. x intercept is when y=0, so find that, you get:
Xl = (-Bl) / (Ml) = (4*Ml - 3) / Ml
Xk = (-Bk) / (Mk) = (4*Mk - 3) / Mk
Product of x intercepts:
((4*Ml - 3) / Ml) * ((4*Mk - 3) / Mk) = positive
For the left or right term to be negative, 0< M < 3/4.
For the left or right term to be positive, M > 3/4 or M < 0
If the product is positive, you can have both negative terms; thus both slopes are positive and between 0 and 3/4. However, if you have both positive terms, you can't tell if the slopes are negative or positive.
INSUFFICIENT.
(2) Product of y intercepts are negative. y intercept when x=0, so
L = Bl
K = Bk
Plug in:
(Bl) * (BK) = negative
(3-Ml*4) * (3-Mk*4) = negative
For the left or right term to be positive, M < 3/4
For the left or right term to be negative, M > 3/4
This doesn't help as the positive term can be negative or positive.
INSUFFICIENT.
Together, we say Ml > 3/4
then Mb < 3/4
then from (1), Mb must be between 0 and 3/4.
This makes the product of slopes always be positive.
SUFFICIENT.