document.write( "Question 372692: in the past year, 13%of businesses have eleminated jobs. if five businesses are randomly selected, find the probability that at least three eliminated jobs during the year. \n" ); document.write( "
Algebra.Com's Answer #265448 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 = .13 , q = .87 and n = 5
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%21%29%29\"
\n" ); document.write( "P(at least 3 of the five eliminated jobs) = 1 - P(0) -P(1) -P(2)
\n" ); document.write( "P(0) = .4984 (.87)^5
\n" ); document.write( "P(1) = .3724 5*(.13)^1(.87)^4
\n" ); document.write( "P(2) = .1113 10*(.13)^2(.87)^3\r
\n" ); document.write( "\n" ); document.write( "P(at least 3 of the five eliminated jobs) = 1 - .9821 = .0179 \n" ); document.write( "
\n" );