document.write( "Question 74593: Two balls are drawn (without replacement) from an urn that contains four balls, five green balls and seven white balls. Find the probability that both balls are white. \n" ); document.write( "
Algebra.Com's Answer #53564 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
Total Balls = 16 balls
\n" ); document.write( "White Balls = 7
\n" ); document.write( "First Draw of White = 7/16
\n" ); document.write( "Second Draw of White = 6/15
\n" ); document.write( "(7/16)(6/15)
\n" ); document.write( "7/40
\n" ); document.write( "
\n" );