document.write( "Question 200100: A specific brand of bike comes in two frames, for males or females. Each frame comes in a choice of three colors, red, white and blue, and with a choice of three seats, soft, medium, and hard.
\n" );
document.write( "a) Use the counting principal to determine the number of different arrangements of bicycles that are possible.
\n" );
document.write( "b) Construct a tree diagram illustrating all the different arrangements of bicycles that are possible.
\n" );
document.write( "c) List the sample space.
\n" );
document.write( "Thank you for your help, I'm about to give up! \n" );
document.write( "
Algebra.Com's Answer #150431 by edjones(8007)![]() ![]() You can put this solution on YOUR website! I assume that there are only 2 frames to choose between. \n" ); document.write( "There are 3 permutations which must be multiplied. \n" ); document.write( "2!*3!*3! \n" ); document.write( "=2*3*2*3*2 \n" ); document.write( "=72 different arrangements \n" ); document.write( ". \n" ); document.write( "Now that you know the answer making the tree diagram should be easier. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |