document.write( "Question 1072909: How many four-digit numbers can be formed using the digits 1,2,3,4,5,6,7,8, and 9.
\n" ); document.write( "a) if repetition is allowed?
\n" ); document.write( "b) if repetition is not allowed?
\n" ); document.write( "c) How many of 4 digits numbers in (a) are greater than 6000?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #687802 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
a)\"N=9%2A9%2A9%2A9=6561\"
\n" ); document.write( "b) \"N=9%2A8%2A7%2A6=3024\"
\n" ); document.write( "c) Look at numbers starting in 6,
\n" ); document.write( "\"N=9%2A9%2A9\"
\n" ); document.write( "Same number for numbers starting in 7,8, and 9.
\n" ); document.write( "So there are 4 sets of 9*9*9.
\n" ); document.write( "\"N%5Btot%5D=4%2A9%2A9%2A9\"
\n" ); document.write( "\"N%5Btot%5D=2916\"
\n" ); document.write( "
\n" ); document.write( "
\n" );