jabhatta2
carcass
If a and b are constants, what is the value of a?
(1) \(a < b\)
(2) \((t − a)( t − b) = t ^2 + t − 12\), for all values of t.
Hi
Bunuel BrentGMATPrepNow ScottTargetTestPrep I am struggling to understand the yellow highlight when reviewing S2.
If ALL values of t are acceptable, then t = 0 SHOULD WORK as well.
-- If i input t = 0, I get ab = - 12
Thus below image ARE ALL the combinations available for a.b = -12
Thus I chose E because if I combine the statements, the green highlights in my list work for the value of A when statements are combined as well.
You're correct to conclude that ab = -12, which means there are infinitely many pairs of values that satisfy this equation (a = 2 & b = -6, a = 0.5 & b = -24, etc)
Since (t − a)( t − b) = t² + t − 12, we can expand and simplify the left side to get: t² - at - bt + ab = t² + t − 12
Factor part of the left side to get: t² + t
(-a - b)+
ab = t² +
1t
− 12At this point, we can see that
ab =
−12 AND
(-a - b) =
1We can take the equation
-a - b =
1 and multiply both sides by -1 to get:
a + b =
-1Now that we have two pieces of information,
ab =
−12 AND
a + b =
-1, we can conclude that a = -4 and b = 3
-------------------------
It's also worth noting that inputting t = 0 helped you arrive at the conclusion that ab = -12
If you plug in another value for t, you'll get additional information about the values of a and b.
For example, if t = 1, we get: (1 − a)( 1 − b) = 1² + 1 − 12
Simplify: 1 - a - b + ab = -10
Subtract 1 from both sides: a - b + ab = -11. This equation further restricts the values of a and b.
And so on......
Does that help?