document.write( "Question 338940: The problem is about color arrangements . I solved it but don't know if the answer is right . If someone could review my work I would be very grateful.\r
\n" );
document.write( "\n" );
document.write( "Each of six adjacent squares in a strip is to be filled with anyone of ten possible colors. How many ways are there of coloring the strip so that no two adjacent squares have the same color?\r
\n" );
document.write( "\n" );
document.write( "in my solution I perceived that there each square beside the first one could be filled with any nine of the ten colors. and that the first square could be filled with any of the ten colors.With six squares that amounted of 9+9+9+9+9+10=55 , 55 possible positions , that would be my n. and 6 would be r. I used the Factorial Form for P(n,r): P(n,r)=n!/(n-r)!
\n" );
document.write( "55!/(55-6)!=55!/49!=55*54*53*52*51*50=aprox 2.087*10^10\r
\n" );
document.write( "\n" );
document.write( "Did I do it right or am I way off?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #242929 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Each of six adjacent squares in a strip is to be filled with anyone of ten possible colors. How many ways are there of coloring the strip so that no two adjacent squares have the same color? \n" ); document.write( "--- \n" ); document.write( "1st square: 10 ways \n" ); document.write( "2nd square: 9 ways \n" ); document.write( "3rd square: 9 ways \n" ); document.write( "4th square: 9 ways \n" ); document.write( "5th square: 9 ways \n" ); document.write( "6th square: 9 ways \n" ); document.write( "--------------------------- \n" ); document.write( "Total # of ways: 10*9^5 = 590490 ways \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |