document.write( "Question 704151: A bag contains seven red apples and nine green apples. What is the probability of choosing a green apple and then a red apple without replacing?
\n" );
document.write( "A. 9/7 B. 63/256 C. 21/80 D. 2/3 \n" );
document.write( "
Algebra.Com's Answer #434746 by filboi(35)![]() ![]() ![]() You can put this solution on YOUR website! The probability of getting a red apple is 9/16. \n" ); document.write( "The probability of getting a green apple is 7/15. There are only 15 apples in total after picking 1 at the beginning.\r \n" ); document.write( "\n" ); document.write( "So the equation becomes: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the answer is C. \n" ); document.write( " |