document.write( "Question 305361: how many different positive three-digit integers can be formed if the three digits 4, 5, and 6 must be used in each of the integers? \n" ); document.write( "
Algebra.Com's Answer #218611 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( "Choose the first digit any of those three ways.\r\n" ); document.write( "Choose the second digit in any of the remaining 2 ways.\r\n" ); document.write( "Choose the third digit as the remaining 1 way.\r\n" ); document.write( "\r\n" ); document.write( "That's 3*2*1 or 6 ways.\r\n" ); document.write( "\r\n" ); document.write( "The 6 such three-digit integers are:\r\n" ); document.write( "\r\n" ); document.write( "456, 465, 546, 564, 645, and 654\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |