document.write( "Question 1088664: The mean of 20 observations in an experiment is 4. If the observed largest value is 23, Find the mean of the remaining observations. \n" ); document.write( "
Algebra.Com's Answer #702974 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The mean of 20 observations in an experiment is 4. \n" ); document.write( " If the observed largest value is 23, Find the mean of the remaining observations. \n" ); document.write( ": \n" ); document.write( "let a = the average of the remaining 19 observatons \n" ); document.write( " \n" ); document.write( "19a + 23 = 4 * 20 \n" ); document.write( "19a = 80 - 23 \n" ); document.write( "19a = 57 \n" ); document.write( "a = 57/19 \n" ); document.write( "a = 3 is the mean of the remaining observatons \n" ); document.write( " |