document.write( "Question 316913: Consider the following list of test scores:
\n" );
document.write( "98,70,32,48,71,80,85,50,46,71\r
\n" );
document.write( "\n" );
document.write( "For this data, find each of the following. Round to the nearest tenth when necessary\r
\n" );
document.write( "\n" );
document.write( "(a) the mean\r
\n" );
document.write( "\n" );
document.write( "(b) the median\r
\n" );
document.write( "\n" );
document.write( "(c) the mode\r
\n" );
document.write( "\n" );
document.write( "(d) the range \n" );
document.write( "
Algebra.Com's Answer #226826 by Fombitz(32388) You can put this solution on YOUR website! Order the data first. \n" ); document.write( "32,46,48,50,(70,71),71,80,85,98 \n" ); document.write( "Average= \n" ); document.write( "Median= \n" ); document.write( "Mode= \n" ); document.write( "Range=( |