document.write( "Question 1136068: There are 9 sweets in a box.
\n" );
document.write( "There are \"n\" jelly beans and the rest are cola bottles.
\n" );
document.write( "Colin takes 2 sweets out of the box at random.
\n" );
document.write( "Write an expression for the probability of getting 2 jelly beans.\r
\n" );
document.write( "\n" );
document.write( "Could you please help me with this question because I have never learnt this before in school and it is on my homework so please can someone help
\n" );
document.write( "I have no clue where to start \n" );
document.write( "
Algebra.Com's Answer #753827 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! n jelly beans \n" ); document.write( "9-n cola bottles \n" ); document.write( "probability first is a jelly bean is (n/9) \n" ); document.write( "probability second is also a jelly bean is now (n-1)/8 since there is one less sweet total and one less jelly bean \n" ); document.write( "The product is n(n-1)/72 and that is the probability.\r \n" ); document.write( "\n" ); document.write( "suppose there are 3 jelly beans and 6 cola bottles \n" ); document.write( "then the probability is 3/9*2/8=1/12\r \n" ); document.write( "\n" ); document.write( "n*(n-1)/72=6/72=1/12 \n" ); document.write( " \n" ); document.write( " |