document.write( "Question 201545: On any given night, Becky has a 60% chance of seeing a shooting star in any given hour. If Becky watches the sky for two hours, find the following probabilities
\n" );
document.write( "a. What is the probability that Becky sees a shooting star in both hours?
\n" );
document.write( "b. What is the probability that Becky sees a shooting star in exactly one hour?
\n" );
document.write( "c. What is the probability that Becky does not see a shooting star at all?
\n" );
document.write( "d. Given that Becky did not see a shooting star in the first hour, what is the probability that she will see one in the second hour?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #151775 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! On any given night, Becky has a 60% chance of seeing a shooting star in any given hour. If Becky watches the sky for two hours, find the following probabilities \n" ); document.write( "These are Binomial problems. \n" ); document.write( "p = 0.6 ; q = 0.4\r \n" ); document.write( "\n" ); document.write( "a. What is the probability that Becky sees a shooting star in both hours? \n" ); document.write( "n = 2 ; = 0.6 ; x = 2 \n" ); document.write( "P(x=2) = 0.6^2 = 0.36 \n" ); document.write( "--------------------------------------- \n" ); document.write( "b. What is the probability that Becky sees a shooting star in exactly one hour? \n" ); document.write( "P(x = 1) = 1 - [P(x=0) + P(x=2)] = 1 - (0.4)^2 - 0.6)^2 = 1 -0.16 - 0.36 = 0.48 \n" ); document.write( "------------------------------------------ \n" ); document.write( "c. What is the probability that Becky does not see a shooting star at all? \n" ); document.write( "P(x=0) = 0.4^2 = 0.16 \n" ); document.write( "------------------------------------------ \n" ); document.write( "d. Given that Becky did not see a shooting star in the first hour, what is the probability that she will see one in the second hour? \n" ); document.write( "The events are independent: \n" ); document.write( "P(x = 1 in the 2nd hour) = 0.6 \n" ); document.write( "------------------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |