document.write( "Question 1157872: A jar contains 4 white, 11 blue, and 13 red marbles. If one marble is drawn at random from the jar, find the probability that:
\n" );
document.write( "1. the marble is white or blue.
\n" );
document.write( "2. the marble is white or red.
\n" );
document.write( "3. the marble is blue or red.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #780763 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A jar contains 4 white, 11 blue, and 13 red marbles. If one marble is drawn at random from the jar, find the probability that: \n" ); document.write( "1. the marble is white or blue. \n" ); document.write( "(4 + 11)/28 \n" ); document.write( "------------ \n" ); document.write( "2. the marble is white or red. \n" ); document.write( "See #1 \n" ); document.write( "3. the marble is blue or red. \n" ); document.write( "See #1 \n" ); document.write( " \n" ); document.write( " |