tonebeeze wrote:I don't understand how to solve this problem. Please advise. Thanks!
In the xy-plane, at what two points does the graph of y = (x +a) (x + b) intersect the x-axis?
1. a + b = -1
2. The graph intersects the y-axis at (0, 6)
** Quick note - the original problem actually puts the y-intercept at (0,
-6), otherwise we cannot solve.
anshumishra wrote:
Statement 2:
0 = 36 + 6(a+b) + ab ----2
Be careful here - the statement tells us that the
Y-intercept is (0,-6), this means that when
X=0, Y=-6, the solution provided gives the equation at the point (-6,0).
The correct equation is now:
-6 = (0+a)(0+b) --> -6=ab. Also INSUFFICIENT.
Solving your first equation (a+b=-1) for a, we find that a=-1-b. Combining this with -6=ab, we get that -6=(-1-b)*b, expand that bring everything to one side we find b^2 + b - 6 = 0 --> (b+3)(b-2)=0, b=-3 or =2. Because we could have solved the first equation for b and then solved to get a=-3 or =2, it is irrelevant which variable we assign -3 and which we assign 2 --> the x-intercepts will be at -3 and 2. We can also see this when we plug the b values back into the first equation.
When b=-3, a=-1-(-3) = 2 ---> intercepts are -3, 2
When b=2, a=-1-(2) = -3 ---> intercepts are -3, 2
SUFFICIENT
anshumishra wrote:Since equation 1 and equation 3 are two independent equations in 2 variables, Hence they are SUFFICIENT.
C
Be very careful again here. Your equation 1 (a+b=-1) and Equation 3 (ab=30) are 2 independent equations in 2 variables but they are not both
LINEAR equations, therefore we cannot be guaranteed to find exact values for those two variables. In fact, if you notice from the solution above, we actually do not know what a or b equals specifically, but thankfully it does not matter in the context of this problem. Imagine we had a problem where a had been the width of a container and b had been the length. If the question had asked for only the width, we would not have been able to determine if it were -3 or 2, so even together the statements would have been INSUFFICIENT.
Just remember that the rule for 2 independent equations applies only to linear equations (no multiplication of the 2 variables, no exponents on the variables, and no variables in denominators).
Hope this clears that up a bit!

Whit