document.write( "Question 1182505: College Costs The mean undergraduate cost for
\n" );
document.write( "tuition, fees, room, and board for four-year institutions
\n" );
document.write( "was $26,489 for a recent academic year. Suppose
\n" );
document.write( "that s $3204 and that 36 four-year institutions are
\n" );
document.write( "randomly selected. Find the probability that the sample
\n" );
document.write( "mean cost for these 36 schools is
\n" );
document.write( "a. Less than $25,000
\n" );
document.write( "b. Greater than $26,000
\n" );
document.write( "c. Between $24,000 and $26,000
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #812570 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Fewer than $25,000: \n" ); document.write( "z=(x bar-mean)/sigma/sqrt(n) \n" ); document.write( "=(25000-26489)/3204/6 \n" ); document.write( "=-1489*6/3204 \n" ); document.write( "=-2.78 \n" ); document.write( "since we want less than that, the probability is 0.0026, rounding the z at the end \n" ); document.write( "- \n" ); document.write( "Greater than $26,000:here z=(-489)*6/3204 or -0.9157 for probability of 0.8201 \n" ); document.write( "- \n" ); document.write( "fewer than $24,000 has virtually no probability, so this is less than $26,000, which is the complement of the last answer or 0.1799. \n" ); document.write( "- \n" ); document.write( "Check the last by 2nd VARS normalcdf(24,000,26000,26489,3204/6), since the true sd of this mean distribution is 3204/sqrt(36). \n" ); document.write( "=0.1799 \n" ); document.write( " |