document.write( "Question 309574: Five blocks are painted red, blue, green, yellow, and white. In how many different ways can the blocks be arranged in a row if the red block is always first? \n" ); document.write( "
Algebra.Com's Answer #221417 by alicealc(293)\"\" \"About 
You can put this solution on YOUR website!
the red block is always first, it means the arrangement is made only for the rest 4 colors. So, there will be 4! = 4 * 3 * 2 * 1 = 24 different ways \n" ); document.write( "
\n" );