document.write( "Question 785333: A science project consist of three letters followed by three digits and then three more letters. No repetition allowed in the groups, letters in the first group of three may occur also in the last group of three. How many distinct identification numbers are possible? \n" ); document.write( "
Algebra.Com's Answer #477472 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
nPr = n!/(n-r)!
\n" ); document.write( "26!/23!= 15600
\n" ); document.write( ".
\n" ); document.write( "10P3 = 10!/7! = 720
\n" ); document.write( ".
\n" ); document.write( "15600*720*15600=1.75*10^11
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );