document.write( "Question 672546: Construct a grouped frequency distribution for the following 28 scores using a class width of 4:
\n" );
document.write( "15 32 23 31 29 26 21 15 34 25 26 33 27 17
\n" );
document.write( "26 12 24 19 27 30 22 30 30 24 25 35 18 24 \n" );
document.write( "
Algebra.Com's Answer #418183 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Start with the original data set\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "15,32,23,31,29,26,21,15,34,25,26,33,27,17,26,12,24,19,27,30,22,30,30,24,25,35,18,24\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and sort from least to greatest to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "12,15,15,17,18,19,21,22,23,24,24,24,25,25,26,26,26,27,27,29,30,30,30,31,32,33,34,35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The min is 12. Each class has a width of 4. So the classes used are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "12-15, 16-19, 20-23, 24-27, 28-31, 32-35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice how there are 4 values in each class (eg: 12-15 has 4 values and they are 12, 13, 14, 15). Also, notice how the classes do not overlap. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now assign each data value in the original list to the appropriate class. For example, the value 19 belongs in the class 16-19 while the value 25 belongs in the class 24-27. Do this for EVERY value in the list to get the following\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hopefully this table is straightforward to read. If not, then row 4 (class 24-27) for instance says that the values 26,25,26,27,26,24,27,24,25,24 all lie in the range from 24 to 27. So they belong in the class 24-27.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now count up the frequencies in each class. Eg: There are 3 values in the first class, so the frequency for 12-15 is 3. This gives you the updated table:\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The last step is to delete the middle data column to get this final answer\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I hope this makes sense. If not, please let me know. Thanks. \n" ); document.write( " |