document.write( "Question 226290: Nine households had the following number of children per household:
\n" );
document.write( "
\n" );
document.write( "1, 7, 0, 4, 1, 8, 8, 5, 3
\n" );
document.write( "
\n" );
document.write( "Find the mean, median, mode, range, and midrange for these data.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #168550 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! range=8 \n" ); document.write( "mean=33/8=4.125 \n" ); document.write( "median=3+5=8/2=4 \n" ); document.write( "mode=1,8 \n" ); document.write( " |