document.write( "Question 1082012: find the number of four digit identification card that can be made by using 3 4 5 6 7 8 \n" ); document.write( "
Algebra.Com's Answer #696086 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
6 ways to choose the first number, and 6 each for the 2nd, 3rd, and 4th.
\n" ); document.write( "6^4=1296.
\n" ); document.write( "
\n" );