document.write( "Question 1144770: A list of 5 positive integers has all of the following properties: the only integer in the list that occurs more than once is 8, its median is 9, and the mean is 10. What is the largest possible integer that could appear on this list. \n" ); document.write( "
Algebra.Com's Answer #765944 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "(1) There are 5 integers; in order they are A, B, C, D, and E.

\n" ); document.write( "(2) The median is 9: A, B, 9, D, E

\n" ); document.write( "(3) 8 is the only number that occurs more than once: 8, 8, 9, D, E

\n" ); document.write( "(4) The mean is 10: (8+8+9+D+E)/5 = 10 --> D+E = 25

\n" ); document.write( "The largest possible value for E is when D is as small as possible. Since only 8 occurs more than once, D should be 10; that makes E 15.

\n" ); document.write( "ANSWER: 15
\n" ); document.write( "
\n" );