document.write( "Question 169754: Can you please show me how to do these two questions.
\n" );
document.write( "1. The time a group of high school students arrive home from school each day was found to be normally distributed. The mean time was 3:15 PM and the times had a standard deviation of 15 minutes. What is the probability that a student chosen at random arrives home from school before 2:30 PM?
\n" );
document.write( "2. During a clothing sale, 1/4 of the store merchandise is reduced in price. Find the probability that 3 of 5 randomly-selected shirts have reduced prices.
\n" );
document.write( "I have to show all my work. Will you please help me.
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #125135 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. The time a group of high school students arrive home from school each day was found to be normally distributed. The mean time was 3:15 PM and the times had a standard deviation of 15 minutes. What is the probability that a student chosen at random arrives home from school before 2:30 PM? \n" ); document.write( "--- \n" ); document.write( "Find the z-score of 2:30 which is 45 minutes before 3:15. \n" ); document.write( "z(2:30) = (2:30 - 3:15)/15 = -45/15 = -3 \n" ); document.write( "P(x < 2:30) = P(z<-3) = 0.00135 \n" ); document.write( "==============================================\r \n" ); document.write( "\n" ); document.write( "2. During a clothing sale, 1/4 of the store merchandise is reduced in price. Find the probability that 3 of 5 randomly-selected shirts have reduced prices. \n" ); document.write( "I have to show all my work. Will you please help me. \n" ); document.write( "--- \n" ); document.write( "This is a binomial problem. \n" ); document.write( "n = 5, p = 1/4, x = 3 \n" ); document.write( "P(x=3) = 5C3(1/4)^3*(3/4)^2 = 10*(9/4^5) = 0.08789.. \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |