document.write( "Question 778456: in a bag of marbles there are 8 green marbles, 7 yellow marbles, and 9 red marbles. you select two marbles from the bag . find the probability of the following events
\n" );
document.write( "*p(picking a red then another red marble) without replacing.
\n" );
document.write( "*p(either picking a yellow marble or a green marble)
\n" );
document.write( "*p(picking a pink marble) \n" );
document.write( "
Algebra.Com's Answer #474687 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! in a bag of marbles there are 8 green marbles, 7 yellow marbles, and 9 red marbles. you select two marbles from the bag . find the probability of the following events \n" ); document.write( "*p(picking a red then another red marble) without replacing = 9C2/24C2 = 0.1304 \n" ); document.write( "-------- \n" ); document.write( "*p(either picking a yellow marble or a green marble)= (8+7)/24 = 5/8 \n" ); document.write( "------------- \n" ); document.write( "*p(picking a pink marble) = 0 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |