Bunuel
What is the value of \(b – 2c\)?
(1) \(ab – 2cd + bd – 2ac = 8\)
(2) \(a = 4 – d\)
The best way to do this sort of problem is usually to try to isolate what we're being asked to solve for.
Statement 1:\(ab - 2cd + bd - 2ac = 8\)
Let's try get all the "b" terms together and all the "2c" terms together:
\(ab + bd - 2ac - 2cd = 8\)
Now we can factor out the b in the first two terms and a negative 2c in the second two terms (be careful to change the signs properly):
\(b(a + d) -2c (a + d) = 8\)
Finally, we can divide by (a+d):
\(b - 2c = \frac{8}{a+d}\)
At this point, we're stuck. We can't solve for \(b-2c\) without knowing the value of \(a+d\)
Insufficient.Statement 2:Statement 2 doesn't give us any information about b or about c.
Insufficient.Combined:We can rewrite Statement 2 as:
\(a+d = 4\)
Now we can substitute in our rewritten first equation:
\(b - 2c = \frac{8}{4}\)
\(b - 2c = 2\)
Sufficient.C.