document.write( "Question 196463: Here is another frequency question that I have been scratching my head over. Please help.\r
\n" );
document.write( "\n" );
document.write( "Construct a grouped frequency distribution for the following 28 scores using a class width of 4.
\n" );
document.write( "19 18 11 21 19 15 22 25 12 28 20
\n" );
document.write( "20 15 17 20 32 14 20 17 30 27 27
\n" );
document.write( "22 24 27 14 13 15
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #147259 by anantha(86)![]() ![]() ![]() You can put this solution on YOUR website! sol: \n" ); document.write( "scores | tallyscores | frequency \n" ); document.write( "------------------------------------------------------------------------------- \n" ); document.write( "10-14 11111 5 \n" ); document.write( "14-18 111111 6 \n" ); document.write( "18-22 11111 1111 9 \n" ); document.write( "22-26 11 2 \n" ); document.write( "26-30 11111 5 \n" ); document.write( "30-34 1 1 \n" ); document.write( "-------------------------------------------------------------------------------total 28 \n" ); document.write( "------------------------------------------------------------------------------- \n" ); document.write( "in the above distribution the scores liying between the 10 and 14 are \n" ); document.write( "11,12,14,14,13 total 5 \n" ); document.write( "the scores lying between the 14 and 18 are \n" ); document.write( "18,15,15,17,17,15 total 6 \n" ); document.write( "the scores lying between the 18 and 22 are \n" ); document.write( "19,21,19,22,20,20,20,20,22 total 9 \n" ); document.write( "the scores lying between the 22 and 26 are \n" ); document.write( "25,24 total 2 \n" ); document.write( "the scores lying between 26 and 30 are \n" ); document.write( "28,30,27,27,27 total 5 \n" ); document.write( "the scores lying between 30 and 34 are \n" ); document.write( "32 total 1 \n" ); document.write( " |