document.write( "Question 1032917: In a recent election there were 1000 eligible voters. They were asked to vote on two issues, A and B. The results were as follows: 300 people voted for A, 550 people voted for B, and 75 people voted for A and B. If one person is chosen at random from the 1000 eligible voters, find the following probabilities: \r
\n" );
document.write( "\n" );
document.write( "1. The person voted for A, given that he voted for B.
\n" );
document.write( "
\n" );
document.write( "2. The person voted for B, given that he voted for A.
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #647524 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Here, P(A) = 300/1000, P(B) = 550/1000, and P(A & B) = 75/1000\r \n" ); document.write( "\n" ); document.write( "==> P(A|B) = P(A&B)/P(B) = \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "==> P(B|A) = P(A&B)/P(A) = |