document.write( "Question 1157638:  An ice cream shop will allow you to build your own sundae. You must choose from vanilla, chocolate, or strawberry ice cream.  You must choose with or without bananas, with or without nuts, and must pick between chocolate and caramel syrup.\r
\n" );
document.write( "\n" );
document.write( "How many sundaes can you build?\r
\n" );
document.write( "\n" );
document.write( "Select one:\r
\n" );
document.write( "\n" );
document.write( "24\r
\n" );
document.write( "\n" );
document.write( "48\r
\n" );
document.write( "\n" );
document.write( "12\r
\n" );
document.write( "\n" );
document.write( "9 \n" );
document.write( "
| Algebra.Com's Answer #780496 by Alan3354(69443)     You can put this solution on YOUR website! An ice cream shop will allow you to build your own sundae. You must choose from vanilla, chocolate, or strawberry ice cream. You must choose with or without bananas, with or without nuts, and must pick between chocolate and caramel syrup. \n" ); document.write( "How many sundaes can you build? \n" ); document.write( "------------------ \n" ); document.write( "3 ice creams \n" ); document.write( "2 banana options \n" ); document.write( "2 nut options \n" ); document.write( "2 syrup options \n" ); document.write( "============= \n" ); document.write( "3*2*2*2 = 24 \n" ); document.write( " \n" ); document.write( " |