document.write( "Question 421337: The average price of a computer is $1,200 with a standard deviation of $220. Computer prices are normally distributed.
\n" );
document.write( "a. What is the probability that a randomly selected computer will have a price of at least $1,530?
\n" );
document.write( "b. Computers with prices of more than $1,750 receive a discouint. What is the percentage of computers will receive the discount? \n" );
document.write( "
Algebra.Com's Answer #294233 by stanbon(75887) ![]() You can put this solution on YOUR website! The average price of a computer is $1,200 with a standard deviation of $220. Computer prices are normally distributed. \n" ); document.write( "a. What is the probability that a randomly selected computer will have a price of at least $1,530? \n" ); document.write( "--- \n" ); document.write( "z(1530) = (1530-1200)/220 = 1.5 \n" ); document.write( "P(x > 1530) = P(z > 1.5) = 0.0668 \n" ); document.write( "----------------------------------------- \n" ); document.write( "b. Computers with prices of more than $1,750 receive a discouint. What is the percentage of computers will receive the discount? \n" ); document.write( "--- \n" ); document.write( "z(1750) = (1750-1200)/220 = 2.5 \n" ); document.write( "P(x > 1750) = P(z > 2.5) = 0.0062 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |