ventivish
Could you please provide an explanation for this question, I think I am missing an obvious point here.
Thank you.
C for me.
L = m1*x + b1
K = m2 *x + b2
We want to find if m1*m2<0 ?
(1) is given that product of x intercepts is positive
To find x-intercept, set y=0.
For line L: x = -b1/m1
For line K: x = -b2/m2
So we know that
(b1/m1)*(b2/m2) >0
In this case, we don't know b1 or b2, so INSUFFICIENT
(2) is given that product of y intercepts is negative
To find y-intercept, set x=0
For line L: y = b1
For line K: y = b2
So we know that
b1*b2 < 0
Don't know anything about slopes, INSUFFICIENT
Together, we know that
(b1*b2) / (m1*m2) > 0 AND b1*b2 < 0
This means that
m1 * m2 must be negative.
SUFFICIENT