meshackb
So I'm working on this problem:
2013^2 + 2014 − 2014^2 + 2013= ?
The official solution rearranges the terms to get:
2013^2 + 2013 + 2014 − 2014^2=
Is this legal? I thought PEMDAS for addition and subtraction said you should work left to right, in which case, this would be illegal? Is there some mathematical explanation for this move? Thanks!
You are correct about your PEMDAS work order but you also need to remember a couple of things about addition:
A+B = B+A, thus 2014+2013 = 2013+2014. It is merely a rearrangement of terms and nothing else. This is very much 'legal! Also for given question, rearrangement as mentioned in the official solution will aid in the next step of taking the similar terms common in the form below:
2013^2 + 2013 + 2014 − 2014^2 = 2013(2013+1)+ 2014(1-2014) = 2013*2014+2014*(-2013) = 0
In GMAT, you should always try to find ways to simplify equations. This can be done by taking terms common, cancelling same factors out of numerator and denominator etc. Rearrangment is only a 'pre processing ' step before you actually simplify an equation
For the sake of completeness,
A+B= B+A (always)
A*B= B*A (always)
A-B may or may not be equal to B-A
Finally, A/B may or may not be equal to B/A
You can see the above 'rules' by plugging in a few values for A and B.