document.write( "Question 357070: a box contains 17 large and 16 small marbles
\n" );
document.write( "each marble is either green or white
\n" );
document.write( "6 large marbles are green, 8 small marbles are white
\n" );
document.write( "if a marble is selected from the box what is the probability that it is large or green \n" );
document.write( "
Algebra.Com's Answer #254992 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a box contains 17 large and 16 small marbles \n" ); document.write( "each marble is either green or white \n" ); document.write( "6 large marbles are green, 8 small marbles are white \n" ); document.write( "11 large marbles are white, 3 small marbles are green \n" ); document.write( "------------------------------------------------- \n" ); document.write( "if a marble is selected from the box what is the probability that it is large or green \n" ); document.write( "-------------------- \n" ); document.write( "P(large or green) = P(large) + P(green) - P(large and green) \n" ); document.write( "--- \n" ); document.write( "= [17+9-6]/33 \n" ); document.write( "= 20/33 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |