document.write( "Question 451369: In how many ways can 5 students be chosen from a group of 8 males and 8 females, if you know that you must have exactly 3 females? \n" ); document.write( "
Algebra.Com's Answer #310388 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
16 combined 5 at a time equals 16C5=
\n" ); document.write( "16x15x14x13x12x11x10!/10!x5x4x3x2x1=
\n" ); document.write( "8x3x14x13x11=48048
\n" ); document.write( "3 females represents 3/16 of the total amount of groups so:
\n" ); document.write( "3/16x48048=9009 different groups.
\n" ); document.write( "
\n" );