document.write( "Question 820407: you create a four digit code for your ATM card using the digits 0 to 9. how many different codes can be made? if you are allowed to use a digit once, how many different codes can be made? \n" ); document.write( "
Algebra.Com's Answer #493508 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
you create a four digit code for your ATM card using the digits 0 to 9.
\n" ); document.write( "How many different codes can be make?:: 10^4 = 10000
\n" ); document.write( "------------------------
\n" ); document.write( "if you are allowed to use a digit once:: 10*9*8*7 = 10P4 = 5040
\n" ); document.write( "how many different codes can be made?\r
\n" ); document.write( "\n" ); document.write( "=========================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=========================================
\n" ); document.write( "
\n" ); document.write( "
\n" );