document.write( "Question 470691: A bag contains 44 U.S. quarters and six Canadian quarters. (The coins are identical in size.) If four quarters are randomly picked from the bag, what is the probability of getting at least one Canadian quarter? \n" ); document.write( "
Algebra.Com's Answer #322871 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 = 6/50 = .12 & q .88
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "4 coins picked: n = 4
\n" ); document.write( " P(at least one Canadian) = 1-P(no Canadian)
\n" ); document.write( " = 1 -.88^4
\n" ); document.write( " = .4003 \n" ); document.write( "
\n" );