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 #765945 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "The list is 8,8,9,10,x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The rationale:
\n" ); document.write( "1. We are told there is more than one 8
\n" ); document.write( "2. The median is 9 (so thie middle number is 9, here middle comes 3rd)
\n" ); document.write( "3. 10 is the 4th number because we want to maximize x\r
\n" ); document.write( "\n" ); document.write( "( x + 8 + 8 + 9 + 10 ) / 5 = 10
\n" ); document.write( "x + 35 = 50
\n" ); document.write( "x = 15\r
\n" ); document.write( "\n" ); document.write( "Ans: 15 is the largest possible integer that can appear on the list \r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "
\n" );