document.write( "Question 224994: Construct a frequency distribution for the data given below:
\n" ); document.write( "17 14 6 3 9 14 1 10 17 17 12 11 9 17 7 9 13 1 8 2
\n" ); document.write( "

Algebra.Com's Answer #167994 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "A frequency distribution is just a chart that tells\r\n" );
document.write( "how many times each number appears in the data list.\r\n" );
document.write( "\r\n" );
document.write( "Just make two columns.  The first column just contains\r\n" );
document.write( "each number that appears.  Only list each number one time \r\n" );
document.write( "in the left column, labeled \"X\".  Then in the second \r\n" );
document.write( "column, labeled \"Frequency\", write the number of times \r\n" );
document.write( "that number in the X-column appears in the list.  For \r\n" );
document.write( "instance, the number 1 appears 2 times in the list, so \r\n" );
document.write( "beside 1 in the X-column, write 2 in the frequency \r\n" );
document.write( "column.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "X       Frequency\r\n" );
document.write( "1           2 \r\n" );
document.write( "2           1\r\n" );
document.write( "3           1\r\n" );
document.write( "6           1\r\n" );
document.write( "7           1\r\n" );
document.write( "8           1\r\n" );
document.write( "9           3 \r\n" );
document.write( "10          1\r\n" );
document.write( "11          1 \r\n" );
document.write( "12          1 \r\n" );
document.write( "13          1\r\n" );
document.write( "14          2\r\n" );
document.write( "17          4\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );