document.write( "Question 784471: In a class of 10 children, what is the probability that 2 friends will be chosen to go on a trip.
\n" );
document.write( "Only 2 will be chosen. \n" );
document.write( "
Algebra.Com's Answer #477106 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 10C2=n!/(r!(n-r!)) \n" ); document.write( "=10!/(2!*8!) \n" ); document.write( "=10*9*8!/8!*2 \n" ); document.write( "=10*9/2 \n" ); document.write( "=45 \n" ); document.write( "There are 45 ways to choose 10 children 2 at a time so the probability that the two friends will be chosen to go is 1/45. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |