document.write( "Question 352138: a card is taken at random from a pack of cards and replaced. A second card is drawn. The probability of a diamond being drawn is one quarter. What is the probability that exactly one card is a diamond? \n" ); document.write( "
Algebra.Com's Answer #251650 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
Hi,
\n" ); document.write( "*Note: exactly one card being a diamond: the other one chosen would not be a diamond.\r
\n" ); document.write( "\n" ); document.write( "The probability of a diamond being drawn is 1/4 or .25
\n" ); document.write( "The probability of a card not being a diamond is 3/4 or .75
\n" ); document.write( ".
\n" ); document.write( "The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex\"*\"q%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( ".
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( ".\r
\n" ); document.write( "\n" ); document.write( "Of the two drawn(replacing the first), the probability of exactly one card of the two being a diamond is:
\n" ); document.write( "2C1 = \"+2%21%2F%281%21%2A0%21%29%21=+1+\"
\n" ); document.write( ".
\n" ); document.write( "P= \"1%2A.25%5E1%2A.75%5E1\" =.1875
\n" ); document.write( "
\n" );