document.write( "Question 1092101: In a certain section of Southern California, the distribution of monthly rent for a one-bedroom apartment has a mean of $2,350 and a standard deviation of $260. The distribution of the monthly rent does not follow the normal distribution. In fact, it is positively skewed.
\n" );
document.write( "
\n" );
document.write( "What is the probability of selecting a sample of 65 one-bedroom apartments and finding the mean to be at least $2,260 per month? (Round z value to 2 decimal places and final answer to 4 decimal places.)
\n" );
document.write( "
\n" );
document.write( " Probability ______?
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #706649 by addingup(3677) You can put this solution on YOUR website! First of all, the distribution of sample means of one-bedroom apartments will have a normal distribution even though the distribution of one-bedroom apartments is positively skewed (Central Limit Theorem). \n" ); document.write( ": \n" ); document.write( "Mean μ = 2350 \n" ); document.write( "Standard deviation σ = 260 \n" ); document.write( "Standard error σ / √ n = 260 / √ 65 = 32.249031 \n" ); document.write( "standardize xbar to z = (xbar - μ) / (σ / √ n ) \n" ); document.write( "P(xbar > 2260) = P( z > (2260-2350) / 32.249031) \n" ); document.write( "= P(z > -2.7908) = 0.9974 \n" ); document.write( "(from normal probability table) \n" ); document.write( " |