document.write( "Question 1110081: considering the following
\n" );
document.write( "* let P(C)= .4
\n" );
document.write( "* let P(D)= .5
\n" );
document.write( "* let P(C given D)\r
\n" );
document.write( "\n" );
document.write( "find P (D given C) \n" );
document.write( "
Algebra.Com's Answer #725088 by greenestamps(13215) You can put this solution on YOUR website! Thank you for correcting the statement of the problem! \n" ); document.write( "P(C|D) = (P(C and D)) / (P(D)) \n" ); document.write( "0.6 = P(C and D) / 0.5 \n" ); document.write( "P(C and D) = 0.3 \n" ); document.write( "Then \n" ); document.write( "P(D|C) = (P(C and D)) / (P(C)) \n" ); document.write( "P(D|C) = 0.3 / 0.4 \n" ); document.write( "P(D|C) = 0.75 \n" ); document.write( "ANSWER: P(D given C) = 0.75 \n" ); document.write( " |