document.write( "Question 1104124: you have to pass a math course, a foreign language course and a social science course in order to obtain your degree . If there are 3 math courses, 4 foreign language courses and 2 social science courses to choose from, in how many ways can you choose your 3 required courses? \n" ); document.write( "
Algebra.Com's Answer #718853 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!
C(3,1)*C(4,1)*C(2,1) = 3*4*2 = 24\r
\n" ); document.write( "\n" ); document.write( "[ where \"+C%28n%2Ck%29+=+n%21%2F%28%28n-k%29%21k%21%29+\" ]
\n" ); document.write( "
\n" );