document.write( "Question 593109: Suppose an opaque jar contains 5 red marbles and 10 green marbles. I experiment picking 2 marbles from the jar without replacing the first one.\r
\n" );
document.write( "\n" );
document.write( "1. What is the probability of getting a green marble first and a red marble second?\r
\n" );
document.write( "\n" );
document.write( "2. What is the probability of getting a green marble and a red marble? How is this different from question #1?\r
\n" );
document.write( "\n" );
document.write( "For the 1st question I did this: (5x10)/(15x14)= 50/210 = 5/21 (am pretty sure that is right)
\n" );
document.write( "For the 2nd question I am stumped...I thought it would be the same answer but something keeps nagging at me that I am missing something. I thought about this: (5)squared +(10)squared/(15x14) = 125/210.595 or 59.5% I really don't understand how the questions are that different..or at least I know they are asking 2 different probable outcomes but don't know how to explain the difference. Can you please help me? Thanks!
\n" );
document.write( "Glennys\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #376211 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose an opaque jar contains 5 red marbles and 10 green marbles. I experiment picking 2 marbles from the jar without replacing the first one. \n" ); document.write( "1. What is the probability of getting a green marble first and a red marble second? \n" ); document.write( "Ans: (10/15)(5/14) = 50/210 = 5/21 \n" ); document.write( "---- \n" ); document.write( "2. What is the probability of getting a green marble and a red marble? How is this different from question #1? \n" ); document.write( "# of ways to succeed: 5*10 = 50 \n" ); document.write( "# of random pairs: 15C2 = 105 \n" ); document.write( "--- \n" ); document.write( "P(red AND green) = 50/105 = 10/21 \n" ); document.write( " \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |