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)![]() ![]() 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 |