document.write( "Question 88729: A car is available is three types of models and in three colors. In how many cobinations can you buy the car? \n" ); document.write( "
Algebra.Com's Answer #64488 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Say we have blue, green, and red\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Model A- blue, green, red
\n" ); document.write( "Model B- blue, green, red
\n" ); document.write( "Model C- blue, green, red\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So we can see that we have 9 choices. Another way we could do this is to multiply the number of models by the colors like this\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"3%2A3=9\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "and once again we get 9 choices
\n" ); document.write( "
\n" );