document.write( "Question 630030: I am lost.
\n" );
document.write( "Construct a grouped frequency distribution for the following 28 scores using a class width of 4:
\n" );
document.write( "79 64 77 69 82 73 85 74 76 81 86 74 87 84
\n" );
document.write( "77 73 71 75 86 76 72 76 70 72 76 67 70 67 \n" );
document.write( "
Algebra.Com's Answer #396658 by Theo(13342)![]() ![]() You can put this solution on YOUR website! I believe they want you to create categories of 4 integers each and then group the data into those categories. \n" ); document.write( "since your minimum number is 64 and your maximum number is 87, i created categories of 4 numbers each as follows: \n" ); document.write( " \r\n" ); document.write( "category min max number\r\n" ); document.write( "1 64 67 3\r\n" ); document.write( "2 68 71 4\r\n" ); document.write( "3 72 75 7\r\n" ); document.write( "4 76 79 7\r\n" ); document.write( "5 80 83 2\r\n" ); document.write( "6 84 87 5\r\n" ); document.write( " \n" ); document.write( "class width i believe is just another name for category. \n" ); document.write( "each category has a width of 4 integers. \n" ); document.write( "the midpoint of each category would generally be the number assigned to that category. \n" ); document.write( "if so, midpoints for each category would be defined as shown below: \n" ); document.write( " \r\n" ); document.write( "category min max frequency midpoint\r\n" ); document.write( "1 64 67 3 65.5\r\n" ); document.write( "2 68 71 4 69.5\r\n" ); document.write( "3 72 75 7 73.5\r\n" ); document.write( "4 76 79 7 77.5\r\n" ); document.write( "5 80 83 2 81.5\r\n" ); document.write( "6 84 87 5 85.5\r\n" ); document.write( " \n" ); document.write( "the differences between data that is grouped and data that is not grouped are: \n" ); document.write( "data that is grouped has less volume. \n" ); document.write( "data that is not grouped is more accurate. \n" ); document.write( "as an example: \n" ); document.write( "the average of the data that is not grouped is the sum of the data divided by the number of elements in the data. \n" ); document.write( "those numbers are: \n" ); document.write( " \r\n" ); document.write( "total 2119\r\n" ); document.write( "count 28\r\n" ); document.write( "average 75.67857143\r\n" ); document.write( "the average of the data that is grouped is the sum of the midpoint of each category multiplied by the number of items in that category and then divided by the total number of elements.\r\n" ); document.write( "those numbers are:\r\n" ); document.write( "\r\n" ); document.write( "total 2122\r\n" ); document.write( "count 28\r\n" ); document.write( "average 75.78571429\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |