document.write( "Question 1195722: The mean of a set of 10 numbers is 56. If the mean of the first nine numbers is 55, find the 10th number \n" ); document.write( "
Algebra.Com's Answer #828236 by Theo(13342)![]() ![]() You can put this solution on YOUR website! mean = sum / number of elements. \n" ); document.write( "sum = mean * number of elements. \n" ); document.write( "the sum of the first 9 numbers is 9 * 55 = 495 \n" ); document.write( "the sum of the 10 numbers is 10 * 56 = 560 \n" ); document.write( "the difference = 560 - 495 = 65. \n" ); document.write( "that's the value of the 10th number. \n" ); document.write( "sum of 9 numbers = 495. \n" ); document.write( "the 10th number is 65. \n" ); document.write( "sum of 10 numbers = 495 + 65 = 560. \n" ); document.write( "495/9 = 55 \n" ); document.write( "560/10 = 56 \n" ); document.write( "this confirms the value of the 10th number is 65.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |