document.write( "Question 199516: A) find the mode of the following set of numbers
\n" );
document.write( "B) Find the range of the following set of numbers\r
\n" );
document.write( "\n" );
document.write( "11,13,13,12,11,12,13,10,14 \n" );
document.write( "
Algebra.Com's Answer #149908 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "A. Count the number of times that each data element appears in the list. The one that appears (or the ones that appear) most frequently is the mode.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B. Find the largest data element, then find the smallest. Subtract the smallest from the largest. The difference is the range.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "John \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |