document.write( "Question 195265: If the average price of a new home is $145,500, find the maximum and minimum prices of the houses that a contractor will build to include the middle 80% of the market. Assume that the standard deviation of prices $1500 and the variable is normally distributed. \n" ); document.write( "
Algebra.Com's Answer #146456 by stanbon(75887) ![]() You can put this solution on YOUR website! If the average price of a new home is $145,500, find the maximum and minimum prices of the houses that a contractor will build to include the middle 80% of the market. Assume that the standard deviation of prices $1500 and the variable is normally distributed. \n" ); document.write( "--------------------- \n" ); document.write( "Determine the z-values associated with the middle 80% of a normally- \n" ); document.write( "distributed population. \n" ); document.write( "Draw the picture of a normal curve. \n" ); document.write( "Sketch what appears to be the middle 80% portion. \n" ); document.write( "The top limit has 40% to the right of the mean. \n" ); document.write( "The bottom limit has 40% to the left of the mean \n" ); document.write( "The upper z limit is InverseNorm(0.90) = 1.2816 \n" ); document.write( "The lower z limit is InverseNOrm(0.10) = -1.2816 \n" ); document.write( "---------------- \n" ); document.write( "Now convert these z-scores to raw scores using x = z*sigma + mean \n" ); document.write( "x = 1.2816*1500 + 145,500 = $147,422.33 ( max price ) \n" ); document.write( "x = -1.2816*1500 + 145,500 = $143,577.67 (min price ) \n" ); document.write( "========================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |