document.write( "Question 315513: The mean for a set of 28 scores is 80. Suppose two more students take the test and score 60 and 50. What is the new mean? \n" ); document.write( "
Algebra.Com's Answer #225727 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
The mean for a set of 28 scores is 80. Suppose two more students take the test and score 60 and 50. What is the new mean?
\n" ); document.write( "
\r\n" );
document.write( "\"AVERAGE+=+%28SUM_OF_SCORES%29%2F%28NUMBER_OF_STUDENTS%29\"\r\n" );
document.write( "\r\n" );
document.write( "When there are 28 students,\r\n" );
document.write( "\r\n" );
document.write( "\"80=%28SUM_OF_SCORES%29%2F28\"\r\n" );
document.write( "\r\n" );
document.write( "Multiply both sides by 28:\r\n" );
document.write( "\r\n" );
document.write( "2240 = SUM_OF_SCORES\r\n" );
document.write( "\r\n" );
document.write( "Now after those two extra students take the test,\r\n" );
document.write( "the new sum of scores will be 2240 + 60 + 50 = 2350,\r\n" );
document.write( "and the number of students will be 28 + 2 = 30 \r\n" );
document.write( "\r\n" );
document.write( "Using the formula again:\r\n" );
document.write( "\r\n" );
document.write( "\"AVERAGE+=+%28SUM_OF_SCORES%29%2F%28NUMBER_OF_STUDENTS%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"AVERAGE+=+2350%2F30=78%261%2F3\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );