Nice work, everyone. If I can add just one thing, it's this:
On problems like this with multiple sets of parentheses, perhaps the easiest mistake to make is to not distribute the negative sign as multiplication across parentheses!
To illustrate, let me first get rid of the innermost parentheses here:
(b + (b-a)) = 2b - a
So we have inside the { } brackets:
b - (2b -a) + 3a
It's incredibly easy here to only multiply the - before that parentheses to the 2b term, and to forget to multiply the - * -a.
If you made a mistake like this when attempting this problem you know what I'm talking about, so one thing I recommend is to put a 1 coefficient in front of the parentheses to remind yourself that it's multiplication when you have a - sign before parentheses:
b + -1(2b - a) + 3a
b -1(2b) +-1(-a) + 3a
b - 2b +a + 3a
-b + 4a
It may even sound too basic, but when you're working quickly that distribution mistake is an easy one to make, so if you think you're in danger of doing so you may want to get in the habit of using the 1 coefficient to remind yourself that you have no choice but to multiply that -1 across all terms!
Brian Galvin
GMAT Instructor
Chief Academic Officer
Veritas Prep
Looking for GMAT practice questions? Try out the Veritas Prep Question Bank.
Learn More.