You can put this solution on YOUR website! While making a five number summery on a number line, how do i find out the first and third quartile?
---
1stQ is the 25%ile
Put the data elements in ascending order.
Count the number of data values.
---
Find (1/4)(# of data values) and round up to the next integer.
----
If that number is "n" find the nth data element counting from the smallest.
---------------------
3rdQ is the 75%ile
Find (3/4)(# of data values and round up to the next integer.
If that number is "n" find the nth data element counting from the smallest.
===========================
Cheers,
Stan H.