document.write( "Question 115345: Find the first and third quartiles, Q1 and Q3, of the following set of numbers.\r
\n" ); document.write( "\n" ); document.write( "14, 3, 13, 17, 6, 15, 6, 2, 11, 6\r
\n" ); document.write( "\n" ); document.write( "I ran into another problem I am not sure of. Would this be 3 and 15? :} Maybe?
\n" ); document.write( "

Algebra.Com's Answer #83948 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Q1 is 6
\n" ); document.write( "Q3 is 14
\n" ); document.write( "--------------
\n" ); document.write( "Why?
\n" ); document.write( "Q1 is the 25%ile
\n" ); document.write( "There are 10 data elements
\n" ); document.write( "25% of 10 is 2.5 ; round up to 3
\n" ); document.write( "So the 3rd element in the sorted list of elements is Q1
\n" ); document.write( "The elements listed from least to greatest looks like this:
\n" ); document.write( "2,3,6,6,6,11,13,14,15,17
\n" ); document.write( "Therefore Q1 is 6
\n" ); document.write( "------------
\n" ); document.write( "How about Q3?
\n" ); document.write( "Q3 is the 75%ile
\n" ); document.write( "75% of 10 is 7.5
\n" ); document.write( "So, Q3 is the 8th element or 14.
\n" ); document.write( "================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );