document.write( "Question 902954: There are 10 fish in the pond. 3 of the fish are red, 7 are white. 4 fish are selected without replacement.
\n" );
document.write( "a) What is the probability that the first fish picked is red?
\n" );
document.write( "b) What is the probability tgat the second fish is red? \n" );
document.write( "
Algebra.Com's Answer #547702 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 10 fish: 3R, 7W \n" ); document.write( "4 fish are selected without replacement. \n" ); document.write( "a) 3/10 \n" ); document.write( "b) both red 0r just second red \n" ); document.write( "(3/10)(2/9) + (7/10)(3/9) \n" ); document.write( " |