document.write( "Question 1106808: How many numbers, consisting of 3 digits and less than 300, can be formed from the numbers 1,2,3,4,and 5 if the number is allowed to be repeated in more than one digit?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #721816 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The number is to be 3 digits and less than 300. \n" ); document.write( "So there are only 2 choices for the hundreds digit. \n" ); document.write( "Then, since digits can be repeated, there are 5 choices for the tens digit and 5 choices for the units digit. \n" ); document.write( "So the number of 3-digit numbers less than 300 using the given digits is 2*5*5 = 50. \n" ); document.write( " |