document.write( "Question 444879: I just can't seem to get this probability thing. Can you please show me how to do these:\r
\n" ); document.write( "\n" ); document.write( "1: In the rainforest you are visiting, there is a 50% chance of rain each day. Find the probability of rain on all of the next 4 days. \r
\n" ); document.write( "\n" ); document.write( "2: Each trial of an experiment has a probability of success p. Find the probability of x successes in n trials.
\n" ); document.write( "A: p=0.3, x=4, n=6
\n" ); document.write( "B: p=0.9, x=5, n=7\r
\n" ); document.write( "\n" ); document.write( "I am beyond lost. Please help!\r
\n" ); document.write( "\n" ); document.write( "Thank you\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #306591 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
1: In the rainforest you are visiting, there is a 50% chance of rain each day. Find the probability of rain on all of the next 4 days.
\n" ); document.write( "----
\n" ); document.write( "Ans: (0.50)^4 = 0.0625
\n" ); document.write( "-------------------------------
\n" ); document.write( "2: Each trial of an experiment has a probability of success p. Find the probability of x successes in n trials.
\n" ); document.write( "A: p=0.3, x=4, n=6
\n" ); document.write( "P(x=4) = 6C4(0.3)^4(0.7)^2 = binompdf(6,0.3,4) = 0.01536
\n" ); document.write( "------------------------------
\n" ); document.write( "B: p=0.9, x=5, n=7
\n" ); document.write( "P(x= 5) = 7C5(0.8)^5*(0.2)^2 = binompdf(7,0.9,5) = 0.1240
\n" ); document.write( "=======================
\n" ); document.write( "I used a TI-84 to get the numbers.
\n" ); document.write( "=======================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );