document.write( "Question 941564: a restaurant offers 6 different salads 5 different main courses 10 different desserts and 4 different drinks. how many different lunches each consisting of a salad, a main course a dessert and a drink are possible \n" ); document.write( "
Algebra.Com's Answer #573966 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! no of salads =6 \n" ); document.write( "no of main courses = 5 \n" ); document.write( "no of deserts = 10 \n" ); document.write( " no of drinks =4 \n" ); document.write( "no of different launches possible = 6x5x10x4 \n" ); document.write( " = 1200 \n" ); document.write( "Result: 1200 \n" ); document.write( " \n" ); document.write( " |