document.write( "Question 383030: Bag A contains 2 white and 3 red balls and bag B
\n" );
document.write( "contains 4 white and 5 red balls. One ball is d.rawn
\n" );
document.write( "at random from one of the bags and is found to
\n" );
document.write( "be red. Find the probability that it was drawn
\n" );
document.write( "from bag A. \n" );
document.write( "
Algebra.Com's Answer #271323 by edjones(8007) You can put this solution on YOUR website! Since the bags are randomly chosen the probability that bag A is chosen is 1/2 each time. \n" ); document.write( "Probability of a red from A = 3/5, from B = 5/9 \n" ); document.write( ". \n" ); document.write( "1/2 * 3/5 = 3/10 \n" ); document.write( "1/2 * 5/9 = 5/18 \n" ); document.write( ". \n" ); document.write( "3/10 = 27/90 \n" ); document.write( "5/18 = 25/90 \n" ); document.write( ". \n" ); document.write( "27/(27+25) \n" ); document.write( "=27/52 probability that it was drawn from bag A. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |