document.write( "Question 37041: LIghthouse - Height(feet)
\n" );
document.write( "----------------------------
\n" );
document.write( "Currituck - 162
\n" );
document.write( "Bodie Island - 165
\n" );
document.write( "Ocracoke - 65
\n" );
document.write( "Cape Hattress - 193
\n" );
document.write( "Cape Lookout -165\r
\n" );
document.write( "\n" );
document.write( "***What is the interquartile range? \n" );
document.write( "
Algebra.Com's Answer #22894 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Rearange your data in ascending order: \n" ); document.write( "65, 162, 165, 165, 193 \n" ); document.write( "Your median is the middle value or 165. \n" ); document.write( "Your first quartile is the median of the left-hand side of the data, which in this case is the average of 65 and 162 or 113.5. \n" ); document.write( "Your third quartile is the median of the right-hand side of the data, which in this case is the average of 165 and 193, or 179. \n" ); document.write( "The interquartile range is 3rd Q minus 1st Q or \n" ); document.write( "179 - 113.5 = 65.5 \n" ); document.write( " |