document.write( "Question 1082985: A rectangular flag is divided into four triangles, labelled Left,
\n" ); document.write( "Right, Top, and Bottom as shown. Each triangle is to be coloured
\n" ); document.write( "one colour of red, white, blue, and green, and purple so that no
\n" ); document.write( "two triangles that share an edge are the same colour. How many
\n" ); document.write( "different flags can be made.
\n" ); document.write( "A)180
\n" ); document.write( "B)200
\n" ); document.write( "C)220
\n" ); document.write( "D)240
\n" ); document.write( "E)260
\n" ); document.write( "

Algebra.Com's Answer #696963 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "I assume that it's this way:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Case 1: All four triangles have different colors:\r\n" );
document.write( "\r\n" );
document.write( "There are 5 colors to choose for the LEFT triangle.\r\n" );
document.write( "There are then 4 colors remaining to choose for the RIGHT triangle.\r\n" );
document.write( "There are then 3 colors remaining to choose for the TOP triangle.\r\n" );
document.write( "There are then 2 colors remaining to choose for the BOTTOM triangle.\r\n" );
document.write( "\r\n" );
document.write( "That's 5*4*3*2 = 5P4 = 120 ways for Case 1.\r\n" );
document.write( "\r\n" );
document.write( "Case 2: the LEFT triangle and the RIGHT triangle are colored alike\r\n" );
document.write( "but the TOP and BOTTOM triangles are colored different.\r\n" );
document.write( "\r\n" );
document.write( "There are 5 colors to choose for the LEFT and RIGHT triangles.\r\n" );
document.write( "There are then 4 colors remaining to choose for the TOP triangle.\r\n" );
document.write( "There are then 3 colors remaining to choose for the BOTTOM triangle.\r\n" );
document.write( "\r\n" );
document.write( "That's 5*4*3 = 5P3 = 60 ways for Case 2.\r\n" );
document.write( "\r\n" );
document.write( "Case 3: the TOP triangle and the BOTTOM triangle are colored alike\r\n" );
document.write( "but the RIGHT and LEFT triangles are colored different.\r\n" );
document.write( "\r\n" );
document.write( "That's the same number as Case 2, or 60 ways.\r\n" );
document.write( "\r\n" );
document.write( "Total for the three cases: 120+60+60 = 240 ways to color the flag.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );