document.write( "Question 988244: Prizes are to be awarded to four different members of a group of 8 people.Find the number of ways in which the prizes can be awarded if there are 2 first prizes and 2 second prizes? \n" ); document.write( "
Algebra.Com's Answer #609411 by Shai(25)\"\" \"About 
You can put this solution on YOUR website!
Given an 8 member group
\n" ); document.write( "Prizes are to be rendered to 4
\n" ); document.write( "of them:2 first prizes and 2 second
\n" ); document.write( "Hence for the first prize:
\n" ); document.write( "8C2
\n" ); document.write( "For the second prizes:
\n" ); document.write( "6C2(why 6 because 2 of the members have
\n" ); document.write( "Already been bestowed with a prize)
\n" ); document.write( "So the total:(8C2 + 6C2)
\n" ); document.write( "43
\n" ); document.write( "
\n" );