document.write( "Question 229234: Caleb was studying the menu at his favorite restaurant. He has these choices.\r
\n" );
document.write( "\n" );
document.write( "1st course-soup or salad\r
\n" );
document.write( "\n" );
document.write( "2nd course-chicken, beef or fish\r
\n" );
document.write( "\n" );
document.write( "3rd course-pie or cake\r
\n" );
document.write( "\n" );
document.write( "Show all combinations at his three course meal \n" );
document.write( "
Algebra.Com's Answer #169999 by checkley77(12844) ![]() You can put this solution on YOUR website! 1st course-soup or salad \n" ); document.write( "2nd course-chicken, beef or fish \n" ); document.write( "3rd course-pie or cake \n" ); document.write( "------------------------------- \n" ); document.write( "soup,chicken,pie \n" ); document.write( "soup,chicken,cake \n" ); document.write( "soup,beef,pie \n" ); document.write( "soup,beef,cake \n" ); document.write( "soup,fish,pie \n" ); document.write( "soup,fish,cake \n" ); document.write( "salad,chicken,pie \n" ); document.write( "salad,chicken,cake \n" ); document.write( "salad,beef,pie \n" ); document.write( "salad,beef,cake \n" ); document.write( "salad,fish,pie \n" ); document.write( "salad,fish,cake \n" ); document.write( " |