document.write( "Question 533390: How many five-digit numbers can be formed using the digits 0,1,2,3,4,5,6,7,8,&9 if the first digit cannot be 0 or 1? Repeated digits are allowed \n" ); document.write( "
Algebra.Com's Answer #351051 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! There are 8 choices for the 1st digit \n" ); document.write( "There are 10 choices for the remaining digits \n" ); document.write( "There can be \n" ); document.write( "80,000 possible numbers \n" ); document.write( " |