document.write( "Question 474817:  If a + b = 3, b + c = 5, and a + c = 8, what is the average (arithmetic mean) of a, b, and c?\r
\n" );
document.write( "\n" );
document.write( "Please explain how to approach and solve this problem. Thanks! \n" );
document.write( "
| Algebra.Com's Answer #325636 by richard1234(7193)     You can put this solution on YOUR website! Add all three equations to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2a + 2b + 2c = 3 + 5 + 8 = 16\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The average of a,b,c is (a+b+c)/3, so if we divide both sides of the equation by 6 we obtain our desired result\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(2a + 2b + 2c)/6 = 16/6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(a + b + c)/3 = 8/3 \n" ); document.write( " |