document.write( "Question 1013363: How many and what 4 digit combinations can I make from 0 1 8 9 \n" ); document.write( "
Algebra.Com's Answer #629633 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
There are 256 combinations, 4^4.
\n" ); document.write( "You can start with 0000 then 0111 or 0888 or 0999.
\n" ); document.write( "You have 4 ways to choose the first and second and third and fourth.
\n" ); document.write( "If each digit must be used, then there are 4 ways to choose the first, 3 the second, 2 the third, and 1 the fourth, or 24 such combinations.
\n" ); document.write( "
\n" );