document.write( "Question 514818: a license plate has seven possible places how many license plates can be made if only two numbers are used example 1222121 and every slot must be filled to equal a seven digit number \n" ); document.write( "
Algebra.Com's Answer #343590 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
I'll take a shot at this
\n" ); document.write( "If I settle on 2 distinct numbers, like 4 and 7
\n" ); document.write( "I have 2 choices for each of the 7 positions on the plate
\n" ); document.write( "That's \"+2%5E7+\" possible license numbers
\n" ); document.write( "-------------
\n" ); document.write( "Now how many pairs of numbers 0 through 9 are available?
\n" ); document.write( "0 can be combined with 1-9, and that's 9 numbers
\n" ); document.write( "1 can be combined with 2-9, and that's 8 numbers
\n" ); document.write( "... etc...
\n" ); document.write( "8 can be combined with 9 and that's 1 number
\n" ); document.write( "So I have \"+9+%2B+8+%2B+7+%2B+6+%2B+5+%2B+4+%2B+3+%2B+2+%2B+1+=+45+\"
\n" ); document.write( "possible pairs
\n" ); document.write( "Each of these possible pairs can make \"+2%5E7+\" different
\n" ); document.write( "plates, so
\n" ); document.write( "\"+45%2A2%5E7+=+45%2A128+\"
\n" ); document.write( "\"+45%2A128+=+5760+\" different plates can be made
\n" ); document.write( "This is if \"0\" is allowed
\n" ); document.write( "If it isn't, the answer is \"+36%2A128+\"
\n" ); document.write( "Hope I got it
\n" ); document.write( "
\n" );