document.write( "Question 1064128: pita has 12 coins in her bag.
\n" ); document.write( "There are 3 £1 coins and 9 50p coins.
\n" ); document.write( "She takes 3 coins from the bag at random.
\n" ); document.write( "Work out the probability that she takes exactly £2.50
\n" ); document.write( "

Algebra.Com's Answer #679161 by Edwin McCravy(20065)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "She must have 2 £1 coins and 1 50p coin.\r\n" );
document.write( "\r\n" );
document.write( "She can choose the 2 £1 coins 3C2 = 3 ways.\r\n" );
document.write( "\r\n" );
document.write( "For each of those 3 ways she can choose the\r\n" );
document.write( "50p coin 9C1 or 9 ways.\r\n" );
document.write( "\r\n" );
document.write( "That's 3×9=27 ways to get £2.50.\r\n" );
document.write( "\r\n" );
document.write( "She can choose any 3 coins in 12C3 = 220 ways.\r\n" );
document.write( "\r\n" );
document.write( "The desired probability is 27 ways out of \r\n" );
document.write( "220 ways,\r\n" );
document.write( "\r\n" );
document.write( "or 27/220, or 13.5% of the time.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );