document.write( "Question 837760: The mean of a set of 10 numbers is 18. When you remove the smallest 3 of these numbers, the mean of the remaining numbers is 24. What is the sum of the smallest 3 numbers? \n" ); document.write( "
Algebra.Com's Answer #504850 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
The mean of a set of 10 numbers is 18.
\n" ); document.write( " When you remove the smallest 3 of these numbers, the mean of the remaining numbers is 24.
\n" ); document.write( " What is the sum of the smallest 3 numbers?
\n" ); document.write( ":
\n" ); document.write( "let x = sum of the 3 smallest numbers
\n" ); document.write( "The mean of the 7 numbers is 24, so we can replace them with
\n" ); document.write( "7(24) = 168
\n" ); document.write( "then
\n" ); document.write( "\"%28%28168%2Bx%29%29%2F10\" = 18
\n" ); document.write( "multiply both sides by 10
\n" ); document.write( "168 + x = 180
\n" ); document.write( "x = 180 - 168
\n" ); document.write( "x = 12 the sum of the 3 smallest numbers
\n" ); document.write( "
\n" );