document.write( "Question 353604: the average of nine numbers is 72 and the average of four of them is 40. what is the average of the other 5?\r
\n" );
document.write( "\n" );
document.write( "How do I show the workings for this question? \n" );
document.write( "
Algebra.Com's Answer #252663 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Hi \n" ); document.write( "Let a, b, c, and d represent the four numbers with an average of 40 \n" ); document.write( "(a+b+c+d)/2 =40 \n" ); document.write( "(a+b+c+d) =80 \n" ); document.write( ". \n" ); document.write( "let u,v,w,y and z represent the remaining of the nine numbers \n" ); document.write( ". \n" ); document.write( "questions states \n" ); document.write( "[(a+b+c+d) + (u+v+w+y+z)]/ 2 = 72 \n" ); document.write( ". \n" ); document.write( "[(a+b+c+d) + (u+v+w+y+z)]= 144 \n" ); document.write( "80 + (u+v+w+y+z) = 144 \n" ); document.write( "(u+v+w+y+z) = 64 \n" ); document.write( ". \n" ); document.write( "(u+v+w+y+z)/2 = 32 (the average of the remaining five numbers) \n" ); document.write( ". \n" ); document.write( "check your answer \n" ); document.write( "(80 + 64)/2 = 72 \n" ); document.write( " |