document.write( "Question 316488: find the median for the given data. the ages (years) of th eight passengers on a bus are 6 1 29 18 26 43 40 30. \n" ); document.write( "
Algebra.Com's Answer #226423 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Order the data.
\n" ); document.write( "1,6,18,(26,29),30,40,43
\n" ); document.write( "Since there is an even number of values, average the two middle values.
\n" ); document.write( "Median=\"%2826%2B29%29%2F2=27.5\"
\n" ); document.write( "
\n" );