document.write( "Question 41988: Can someone help me solve this problem?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " Help me give the five-number summary of this set of numbers:
\n" );
document.write( " 7, 7, 5, 4,1, 9, 8, 8, 8, 5, 2\r
\n" );
document.write( "\n" );
document.write( " Thank you,
\n" );
document.write( " Lyn \n" );
document.write( "
Algebra.Com's Answer #27255 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! First arrange them in ascending order...so we have \n" ); document.write( "1, 2, 4, 5, 5, 7, 7, 8, 8, 8, 9 \n" ); document.write( "A five number summary is \n" ); document.write( "[min, 1st quartile, median, 3rd quartile, max] \n" ); document.write( "Our median is 7, 1st Q is 4, 3rd Q is 8, so get \n" ); document.write( "[1, 4, 7, 8, 9] as our five-number summary. \n" ); document.write( " |