document.write( "Question 1106135: Out of six numbers,the average of first five is 34 and that of the last five is 28.If last number is 14 then first number is \n" ); document.write( "
Algebra.Com's Answer #721068 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Out of six numbers, the average of first five is 34 and \n" ); document.write( " that of the last five is 28. \n" ); document.write( "If last number is 14 then first number is \n" ); document.write( ": \n" ); document.write( "a, b , c, d, e, 14 \n" ); document.write( "let x = (b+c+d+e) \n" ); document.write( "; \n" ); document.write( "\" Out of six numbers,the average of first five is 34\" \n" ); document.write( " \n" ); document.write( "multiply by 5 \n" ); document.write( "a + x = 170 \n" ); document.write( ": \n" ); document.write( "\"that of the last five is 28.\" \n" ); document.write( " \n" ); document.write( "x + 14 = 140 \n" ); document.write( "x = 140 - 14 \n" ); document.write( "x = 126 \n" ); document.write( "In the first equation replace x with 126 \n" ); document.write( "a + 126 = 170 \n" ); document.write( "a = 170 - 126 \n" ); document.write( "a = 44 is the first number \n" ); document.write( " |