document.write( "Question 831003:  60,73,90,75,82,80 a.if the mode of all Eight scores is 73 find Peters average .
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #501126 by JulietG(1812)     You can put this solution on YOUR website! The problem is that you've only provided 6 scores. That the mode (most often recurring number) is 73 tells us that at least one of the two missing scores is a 73. We'll have to assume the other missing score is 73, but that *would* change the average if it's not a 73 (for instance, it could be 100 and wouldn't change the mode, but the mean would go up). \n" ); document.write( ". \n" ); document.write( "Assuming that the two missing scores are 73, we then have the following scores: \n" ); document.write( "60, 73, 73, 73, 90, 85, 82, 80 \n" ); document.write( "Add them up and then divide by 8 \n" ); document.write( "616 / 8 = 77 \n" ); document.write( ". \n" ); document.write( "Mode (most often recurring) = 73 \n" ); document.write( "Mean = 77 <<-- \n" ); document.write( " |