document.write( "Question 1154508: How many 5 number license plates can be made using 1 2 3 4 5 6 if repitition is allowed. \n" ); document.write( "
Algebra.Com's Answer #776947 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "There are 6 ways to choose the first digit.\r\n" );
document.write( "\r\n" );
document.write( "For each of those 6 ways to chose the first digit,\r\n" );
document.write( "There are 6 ways to choose the second digit.\r\n" );
document.write( "That's 6∙6=62=36 ways to choose the first two digits.\r\n" );
document.write( "\r\n" );
document.write( "For each of those 6∙6=36 ways to chose the first two digits,\r\n" );
document.write( "There are 6 ways to choose the third digit.\r\n" );
document.write( "That's 6∙6∙6 = 63 = 216 ways to choose the first three digits.\r\n" );
document.write( "\r\n" );
document.write( "For each of those 6∙6∙6 = 63 = 216 ways to chose the first three digits,\r\n" );
document.write( "There are 6 ways to choose the fourth digit.\r\n" );
document.write( "That's 6∙6∙6∙6 = 64 = 1296 ways to choose the first four digits.\r\n" );
document.write( "\r\n" );
document.write( "For each of those 6∙6∙6∙6=64 = 1296 ways to chose the first four digits,\r\n" );
document.write( "There are 6 ways to choose the fifth digit\r\n" );
document.write( "That's 6∙6∙6∙6∙6 = 65 = 7776 ways to choose the first five digits.\r\n" );
document.write( "\r\n" );
document.write( "And since that's all the digits, the answer is 6∙6∙6∙6∙6 = 65 = 7776.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );