document.write( "Question 44683: An electrician must connect a red, a white and a black wire to a yellow, a blue, and a green wire in some order. How many different connnections are possible? \n" ); document.write( "
Algebra.Com's Answer #29578 by josmiceli(19441) You can put this solution on YOUR website! red OR black OR white to yellow \n" ); document.write( "for each of these possible colors, \n" ); document.write( "there are 2 remaining possible to \n" ); document.write( "connect to blue. \n" ); document.write( "2 + 2 + 2 = 6 so far \n" ); document.write( "Once these connections are made, there is \n" ); document.write( "only 1 possible color to connect to green \n" ); document.write( "B B R R W W - Y \n" ); document.write( "R W B W B R - B \n" ); document.write( "W R W B R B - G \n" ); document.write( "6 x 1 = 6 possible \n" ); document.write( " |