document.write( "Question 269858: An urn contains 10 balls: 4 red and 6 blue. A second urn contains 16 red balls and an unknown number of blue balls. A single ball is drawn from each urn. The probability that both balls are the same colour is 0.44. Calculate the number of blue balls in the second urn. \n" ); document.write( "
Algebra.Com's Answer #197709 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=number of blue balls in the 2nd urn \n" ); document.write( "Total number of balls in 2nd urn is (16+x)\r \n" ); document.write( "\n" ); document.write( "P1---Probability of drawing a blue ball in first urn is 6/10 \n" ); document.write( "P2---Probability of drawing a blue ball in 2nd urn is x/(16+x)\r \n" ); document.write( "\n" ); document.write( "Probability of P1 and P2 occurring together is P1*P2, so:\r \n" ); document.write( "\n" ); document.write( "(6/10)(x/(16+x)=44/100 and this equals \n" ); document.write( "6x/10(16+x)=44/100 multiply each side by 100(16+x) \n" ); document.write( "60x=44(16+x) or \n" ); document.write( "60x=704+44x \n" ); document.write( "16x=704 \n" ); document.write( "x=44---------------number of blue balls in 2nd urn \n" ); document.write( "CK \n" ); document.write( "(6/10)(44/60)=44/100 \n" ); document.write( "44/100 = 44/100\r \n" ); document.write( "\n" ); document.write( "Does this help??---ptaylor \n" ); document.write( " |