document.write( "Question 663913: You pick 5 apples from a grocery store owned by the professor. The probability of a randomly chosen apple being rotten is 0.518. Let X represent the number of apples that are NOT rotten. Find the probability of X=k in the table below.\r
\n" ); document.write( "\n" ); document.write( "k P(X = k)
\n" ); document.write( "0
\n" ); document.write( "1
\n" ); document.write( "2
\n" ); document.write( "3
\n" ); document.write( "4
\n" ); document.write( "5 \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I tried multiplying .482*0 then .482*1 all the way down the table.
\n" ); document.write( "

Algebra.Com's Answer #413039 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p = .482 & q(rotton) = .518 and n = 5 nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "Let X represent the number of apples that are NOT rotten.
\n" ); document.write( "P(X = 0) = 5C0(.482)^0(.518)^5
\n" ); document.write( "P(X = 1) = 5C1(.482)^1(.518)^4
\n" ); document.write( "P(X = 2) = 5C2(.482)^2(.518)^3
\n" ); document.write( "P(X = 3) = 5C3(.482)^3(.518)^2
\n" ); document.write( "P(X = 4) = 5C4(.482)^4(.518)^1
\n" ); document.write( "P(X = 5) = 5C5(.482)^5(.518)^0 \n" ); document.write( "
\n" );