document.write( "Question 310550: A restaurant offers the following choices for breakfast:
\n" ); document.write( "Eggs: scrambled, fried or poached
\n" ); document.write( "Meat: bacon, sausage, or ham
\n" ); document.write( "Toast: wheat, white, rye or pumpernickel\r
\n" ); document.write( "\n" ); document.write( "The Super Breakfast allows you to select two items for the meat list. How many breakfast combinations are possible if you select one each of the eggs and toast choices and two different meat choices?
\n" ); document.write( "Create sample space????????
\n" ); document.write( "

Algebra.Com's Answer #222058 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A restaurant offers the following choices for breakfast:
\n" ); document.write( "Eggs: scrambled, fried or poached
\n" ); document.write( "Meat: bacon, sausage, or ham
\n" ); document.write( "Toast: wheat, white, rye or pumpernickel
\n" ); document.write( "The Super Breakfast allows you to select two items for the meat list.
\n" ); document.write( "------------------------------------------------\r
\n" ); document.write( "\n" ); document.write( "How many breakfast combinations are possible if you select
\n" ); document.write( "one each of the eggs:::3 choices
\n" ); document.write( "---
\n" ); document.write( "one of the toast choices: 4 choices
\n" ); document.write( "---
\n" ); document.write( "two different meat choices: 3C2 = 3 choices
\n" ); document.write( "------
\n" ); document.write( "Total # of meals = 3*4*3 = 36
\n" ); document.write( "--------------------------------------
\n" ); document.write( "Create sample space????????
\n" ); document.write( "1st column: list the egg choices
\n" ); document.write( "2nd column: to the right of each egg choice list the 3 pairs of meat choices
\n" ); document.write( "3rd column: to the right of each meat pair list the toast choices
\n" ); document.write( "Total # of branches will be 36
\n" ); document.write( "=================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );