( a − b ) − c = a − ( b − c )
Suppose a , b and c are numeric variables. Under what conditions is the equation above true?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
but if all vars are = 0, both sides equate to 0, 0=0
Log in to reply
Good point! The word 'only' in the answer choices makes the difference here - since the situation in which all the variables are equal to 0 isn't the only way the equation can be true (it's also true when c =0 and a and b are nonzero), the answer 'only true when all of the variables are equal to 0' turns out to not be the final answer.
Log in to reply
saying c=0 is the only solution is false as (a=0, b=0 and c=0) is also a solution. As( a=0, b=0 and c=0) is not the only solution, I think the best answer is "at least one variable is 0 and this variable must be c".
Log in to reply
@Gerard Boileau – The answer is not saying that c=0 is the one and only solution, since this tells us nothing about a or b. Rather, it is saying that there are multiple solutions, all of which share the property that c=0. Since this is true of a,b,c=0, it is a solution, but not the only solution.
Being a professional where math isn't something I routinely come across, this one threw me for a loop! Then seeing the proof above, seeing the 3rd step right side change to =a-b+c, I couldn't get my brain around it for a couple of minutes. Then it clicked. Now, I just hope it sticks ;)
( a − b ) − c = a − ( b − c ) = a − b − c = a − b + c ⟹ ( a − b − c ) − ( a − b + c ) = 0 ⟹ a − b − c − a + b − c = 0 ⟹ − 2 c = 0 if & only c = 0
Problem Loading...
Note Loading...
Set Loading...
In an expression without parentheses, such as a − b − c , the subtraction on the left is performed first. So the given equation ( a − b ) − c = a − ( b − c ) is equivalent to a − b − c = a − ( b − c ) . This can be simplified by distributing the subtraction on the right side: a − b − c = a − b + c . Subtracting a from both sides yields − b − c = − b + c , and adding b to both sides of this gives − c = c . Finally, subtracting c from both sides yields − 2 c = 0 , which is equivalent to c = 0 . So the original equation is only true when c = 0 .