document.write( "Question 1154597: suppose that e and f are two events and that p(e)=0.2 and p(f|e)=0.4. what is p(e and f)?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #777075 by Theo(13342)![]() ![]() You can put this solution on YOUR website! p(f given e) = p(e and f) / p(e) \n" ); document.write( "p(f given e) = .4 \n" ); document.write( "p(e) = .2 \n" ); document.write( "p(f given e) = p(e and f) / p(e) becomes: \n" ); document.write( ".4 = p(e and f) / .2 \n" ); document.write( "solve for p(e and f) to get: \n" ); document.write( "p(e and f) = .2 * .4 = .08 \n" ); document.write( "that should be your solution.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |