document.write( "Question 1110538: A researcher was recording the amount ,(in centimeters), the root system for a new variety of plant was growing during a 6 week period. A sample of 10 plants had the following lengths:\r
\n" );
document.write( "\n" );
document.write( "2 . 5, 3, 2 . 7, 1.5, 2, 3.2, 4, 4.3, 1.7, 4.1\r
\n" );
document.write( "\n" );
document.write( "What is the length that corresponds to the 25th percentile?
\n" );
document.write( "
\n" );
document.write( "a. 1.7
\n" );
document.write( "
\n" );
document.write( "b. 2
\n" );
document.write( "
\n" );
document.write( "c. 3.2
\n" );
document.write( "
\n" );
document.write( "d. 4.3 \n" );
document.write( "
Algebra.Com's Answer #725751 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! \n" ); document.write( "The answer is choice B) 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------------------------- \n" ); document.write( "-----------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Given Data Set = {2.5, 3, 2.7, 1.5, 2, 3.2, 4, 4.3, 1.7, 4.1} \n" ); document.write( "Sorted Data Set = {1.5, 1.7, 2, 2.5, 2.7, 3, 3.2, 4, 4.1, 4.3}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'm going to mark the middle most values in red of the sorted set \n" ); document.write( "{1.5, 1.7, 2, 2.5, 2.7, 3, 3.2, 4, 4.1, 4.3} \n" ); document.write( "The middle values happen to be two values as there are an even number of items in this set \n" ); document.write( "The median is the midpoint of 2.7 and 3. \n" ); document.write( "The median is 2.85. \n" ); document.write( "We find this by averaging 2.7 and 3. So add them up and divide by 2: (2.7+3)/2 = 5.7/2 = 2.85\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now break the sorted list into two halves. The lower half looks like \n" ); document.write( "L = {1.5, 1.7, 2, 2.5, 2.7} \n" ); document.write( "and the upper half is \n" ); document.write( "U = {3, 3.2, 4, 4.1, 4.3}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The lower half of values L = {1.5, 1.7, 2, 2.5, 2.7} are all below the median 2.85\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Locate the median of list L. The middle most value here is 2. \n" ); document.write( "So the first quartile is 2. This is the value of the 25th percentile which coincides with the first quartile (Q1). \n" ); document.write( " \n" ); document.write( " |