document.write( "Question 1154027: Hi
\n" );
document.write( "There are 4 red balls 6 green balls and 5 yellow balls. Jane picks a ball at random without replacement. Find the probability that\r
\n" );
document.write( "\n" );
document.write( "A red ball is picked\r
\n" );
document.write( "\n" );
document.write( "A yellow ball is not picked. \r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #776375 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! P(red) = (# of red) / (total # of balls) = 4/(4+6+5) = \n" ); document.write( "\n" ); document.write( "P(not yellow) = P(red or green) / (total #) = (4+6)/(4+6+5) = 10/15 = |