document.write( "Question 1004573: A restaurant offers 9 appetizers and 11 main courses. In how many ways can a person order a two course meal? \n" ); document.write( "
Algebra.Com's Answer #621008 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
There are 9 choices fro the first course. There are 11 choices for the entree.\r
\n" ); document.write( "\n" ); document.write( "\"TotalChoice+=+ChoicesForFirstCourse+%2A+ChoicesFor+Entree\"
\n" ); document.write( "\"TotalChoices+=+9+%2A+11\"
\n" ); document.write( "99
\n" ); document.write( "
\n" );