document.write( "Question 337369: IF A BAG CONTAINS RED, BLUE AND ORANGE MARBLES AND THE PROBABILITY OF GETTING A RED MARBLE IS 0.4 AND THE PROBABILITY OF GETTING A RED OR BLUE IS 0.9 WHAT IS THE PROBABILITY OF GETTING A RED OR ORANGE \n" ); document.write( "
Algebra.Com's Answer #242106 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Let R = the probability of getting a red ball, B the probability of getting a blue, and O the probability of getting an orange one.\r \n" ); document.write( "\n" ); document.write( "Because you have to get something, the sum of the probabilities is R + B + O = 1.0 \n" ); document.write( "You are given \n" ); document.write( "R = 0.4 \n" ); document.write( "R + B = 0.9 \n" ); document.write( "These two equations together give that B = 0.5 \n" ); document.write( "Now that you know R and B, O must be equal to 0.1 for the sum of the probabilities to be 1.0 \n" ); document.write( "So, then R + O = 0.5 <--answer. \n" ); document.write( " \n" ); document.write( " |