document.write( "Question 62701: Jose has savings accounts for each of his five children.
\n" ); document.write( "They contain $215, $156, $318, $75, and $25. Find the median and the mean
\n" ); document.write( "amount of money per account.
\n" ); document.write( "

Algebra.Com's Answer #43494 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
FIRST ARRANGE THESE VALUES SMALLEST TO LARGEST THUS:
\n" ); document.write( "25,75,156,215,318 NOW ADD ALL THESE VALUES AND DIVIDE BY 5 TO GET THE MEAN
\n" ); document.write( "(25+75+156+215+318)/5=789/5=$157.80 IS THE MEAN OR AVERAGE.
\n" ); document.write( "THE MEDIAN IS THE MIDDLE NUMBER WHICH IS $156.00.
\n" ); document.write( "
\n" );