document.write( "Question 946865: How many natural numbers that are less then 3000 can be made using the digits 0-6 if repetition is allowed? \n" ); document.write( "
Algebra.Com's Answer #577638 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many natural numbers that are less then 3000 can be made using the digits 0-6 if repetition is allowed? \n" ); document.write( "----- \n" ); document.write( "# of ways to choose the thousands digit:: 2 \n" ); document.write( "# of ways to choose the hundreds digit:: 7 \n" ); document.write( "#...... tens:: 7 \n" ); document.write( "#...... units:: 7 \n" ); document.write( "----- \n" ); document.write( "Answer: 2*7^3 = 686 numbers \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |