Here is a sample data set.
368 370.8 377 388.1 390.7 393.7
404.8 406.6 407.4 407.6 413.7 419.9
422.6 422.6 422.6 423 426 426.1
426.4 428.3 432.2 432.2 432.3 432.4
433.2 434.7 434.8 434.8 435.8 436.7
436.8 439 440.2 440.5 440.7 449.9
450.6 452.5 453 454.7 454.7 454.7
461 468.2 474.4 475.2 475.4 478.6
481.9 489.4 495.1 495.6 496.7 502.9
51015202530length (cm)350400450500550Frequency[Graphs generated by this script: setBorder(54,40,20,15); initPicture(305,550,0,30);axes(1005.8,5,1,null,5); fill="blue"; stroke="black"; textabs([165,0],"length (cm)","above");line([350,-0.6],[350,0.6]); text([350,0],"350","below");line([400,-0.6],[400,0.6]); text([400,0],"400","below");line([450,-0.6],[450,0.6]); text([450,0],"450","below");line([500,-0.6],[500,0.6]); text([500,0],"500","below");line([550,-0.6],[550,0.6]); text([550,0],"550","below");textabs([0,115],"Frequency","right",90);rect([350,0],[400,6]);rect([400,0],[450,30]);rect([450,0],[500,17]);rect([500,0],[550,1]);]

Find the minimum for this data set.
min =

Find the first quartile for this data set.
Q1 =

Find the median for this data set.
Mdn =

Find the third quartile for this data set.
Q3 =

Find the maximum for this data set.
max =