document.write( "Question 1110085: given the following
\n" );
document.write( "
\n" );
document.write( "* let P(C)= .4
\n" );
document.write( "* let P(D)= .5
\n" );
document.write( "* let P ( C given D)= .6
\n" );
document.write( "what is P( D Given D)? \n" );
document.write( "
Algebra.Com's Answer #725087 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Surely the question you ask is not the one you meant to ask; P(D given D) is 1. \n" ); document.write( "The logical probability to ask for is P(D given C); I will assume that is what you wanted. \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( " |