document.write( "Question 315397: In how many ways can 2 pictures, selected from a group of 5 different pictures, be arranged in a row on a wall? \n" ); document.write( "
Algebra.Com's Answer #226220 by moshiz08(60)![]() ![]() You can put this solution on YOUR website! There are two positions to fill. \r \n" ); document.write( "\n" ); document.write( "In the first spot, there are five possibilities: A, B, C, D, or E. \r \n" ); document.write( "\n" ); document.write( "In the second spot there are four remaining possibilities (because one has already been selected for the first spot). \r \n" ); document.write( "\n" ); document.write( "If A is the first one, the second one could be one of the remaining four: \n" ); document.write( "AB \n" ); document.write( "AC \n" ); document.write( "AD \n" ); document.write( "AE\r \n" ); document.write( "\n" ); document.write( "If B is the first one, the second one could be one of the remaining four: \n" ); document.write( "BA \n" ); document.write( "BC \n" ); document.write( "BD \n" ); document.write( "BE\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If C is the first one, the second one could be one of the remaining four: \n" ); document.write( "CA \n" ); document.write( "CB \n" ); document.write( "CD \n" ); document.write( "CE\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If D is the first one, the second one could be one of the remaining four: \n" ); document.write( "DA \n" ); document.write( "DB \n" ); document.write( "DC \n" ); document.write( "DE\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If E is the first one, the second one could be one of the remaining four: \n" ); document.write( "EA \n" ); document.write( "EB \n" ); document.write( "EC \n" ); document.write( "ED\r \n" ); document.write( "\n" ); document.write( "Hence there are 20 possibilities. \r \n" ); document.write( "\n" ); document.write( "Actually, you don't even have to list them all out like this. Just recognize the pattern that there are 5 possibilities for the first one, and for each of them there are 4 for the second one (after the first has already been selected). Thus we multiply, 4 * 5 to get 20. \n" ); document.write( " |