document.write( "Question 840911: 1. how many combinations of students are possible if the group is to consist of exactly 3 freshmen?
\n" );
document.write( "2.How many combinations of students are possible if the group is to consist of all members of the same class? \n" );
document.write( "
Algebra.Com's Answer #506538 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "That's not enough information. We'd have to know how many students are\r\n" ); document.write( "freshmen, sophomores, juniors, and seniors.\r\n" ); document.write( "\r\n" ); document.write( "1. would be \r\n" ); document.write( "\r\n" ); document.write( "C(number of freshmen,3}\r\n" ); document.write( "\r\n" ); document.write( "2. would be \r\n" ); document.write( "\r\n" ); document.write( "C(no. of freshmen,3)+C(no. of sophomores,3)+C(no. of juniors,3)+C(no. of seniors,3)\r\n" ); document.write( "\r\n" ); document.write( "But we can't do it if we aren't given those numbers.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |