document.write( "Question 499649: Prove
\n" );
document.write( "(a+b)/2 = a + (a-b)/2\r
\n" );
document.write( "\n" );
document.write( "Its basically pre-algebra but i am having a hard time wrapping my head around it this morning. i can see it is true, but cannot prove it. The reason behind it is in computer science a+b could overflow the register and provide false results. So you could do a/2 + b/2, but that uses division twice which is slower. i am still sitting here with a pen and paper trying to figure it out. \n" );
document.write( "
Algebra.Com's Answer #337816 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Prove \n" ); document.write( "(a+b)/2 = a + (a-b)/2 \n" ); document.write( "Multiply by 2 \n" ); document.write( "a+b = 2a + a-b \n" ); document.write( "a+b = 3a - b Not equal in general \n" ); document.write( "Or -2a = -2b \n" ); document.write( "a = b \n" ); document.write( "True only if a = b \n" ); document.write( " \n" ); document.write( " |