document.write( "Question 1011937: The average price of a gallon of regular unleaded gasoline in the U.S was reported to be $2.34. Use this price as population mean and assume that the population standard deviation is $0.20. For 100 service stations randomly selected in a sample:\r
\n" );
document.write( "\n" );
document.write( "i) What is the probability that the mean price is above $2.40 of the population mean\r
\n" );
document.write( "\n" );
document.write( "ii) What is the probability that the mean price is below $2.30 of the population mean\r
\n" );
document.write( "\n" );
document.write( "iii) What is the probability that the mean price is within $0.03 of the population mean \n" );
document.write( "
Algebra.Com's Answer #627907 by Boreal(15235) You can put this solution on YOUR website! z=(value-mean)/s/sqrt(n) \n" ); document.write( "=(2.40-2.34)/0.20)/10 \n" ); document.write( "=0.06*10/0.2 \n" ); document.write( "=>3 \n" ); document.write( "The probability is 0.0013 \n" ); document.write( "=========== \n" ); document.write( "For ii \n" ); document.write( "-0.04*10/0.2=z < -2, or 0.0228 \n" ); document.write( "========== \n" ); document.write( "For iii \n" ); document.write( "0.03*10/0.2 \n" ); document.write( "|z|<1.5 \n" ); document.write( "P=0.8664 \n" ); document.write( " |