document.write( "Question 1075563: A bag contains 3 red, 4 green, and 6 yellow m&m's. Two are randomly drawn, without replacement. Find the probability of drawing Exactly One red m&m. \n" ); document.write( "
Algebra.Com's Answer #690275 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
SO the possibilities are (R,G) (R,Y) (G,R) (Y,R)
\n" ); document.write( "\"P=P%28R%29P%28G%29%2BP%28R%29P%28Y%29%2BP%28G%29P%28R%29%2BP%28Y%29P%28R%29\"
\n" ); document.write( "
\n" ); document.write( "\"P=+%281%2F13%29%2B%283%2F26%29%2B%281%2F13%29%2B%283%2F26%29+\"
\n" ); document.write( "\"P=+%282%2F13%29%2B%286%2F26%29\"
\n" ); document.write( "\"P=+%282%2F13%29%2B%283%2F13%29\"
\n" ); document.write( "\"P=+5%2F13\"
\n" ); document.write( "
\n" );