document.write( "Question 1191843: How many 3-digits numbers can be formed using the digits
\n" );
document.write( "from 1 to 5 if the digit 2 is not used? \n" );
document.write( "
Algebra.Com's Answer #823691 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "We are selecting three digits from {1,3,4,5}\r\n" ); document.write( "\r\n" ); document.write( "We can choose the first digit any of 4 ways, as 1,3,4, or 5.\r\n" ); document.write( "\r\n" ); document.write( "For each of those 4 ways to choose the first digit, we can \r\n" ); document.write( "then choose the second digit any of 4 ways, as 1,3,4, or 5, \r\n" ); document.write( "since we can choose the same digit more than once.\r\n" ); document.write( "\r\n" ); document.write( "That's (4)(4) ways we can choose the first two digits.\r\n" ); document.write( " \r\n" ); document.write( "For each of those (4)(4) ways we can choose the first and \r\n" ); document.write( "second digits, we can then choose the third digit any of 4 \r\n" ); document.write( "ways, as 1,3,4, or 5, since we can choose the same digit \r\n" ); document.write( "more than once.\r\n" ); document.write( "\r\n" ); document.write( "That's (4)(4)(4) ways we can choose the first three digits.\r\n" ); document.write( "Multiply that out. That's the answer.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |