document.write( "Question 890639: how many 3 digit numbers can be formed using 0,1,2, and 3 if no 2 digits are the same?\r
\n" ); document.write( "\n" ); document.write( "the solution used was H T U = 3 x 3 x 2 = 18\r
\n" ); document.write( "\n" ); document.write( "i didn't get how hundreds, tens, and unit became 3 x 3 x 2. is there a way for me to easily understand?\r
\n" ); document.write( "\n" ); document.write( "thanks in advance.
\n" ); document.write( "

Algebra.Com's Answer #539119 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
For each of the \"H\" possible choices for the hundreds digit,
\n" ); document.write( "you have \"T\" choices for the tens digit,
\n" ); document.write( "making \"H%2AT\" choices for the first two digits.
\n" ); document.write( "Then for each of those \"H%2AT\" choices,
\n" ); document.write( "you have \"U\" choices for the last digit,
\n" ); document.write( "for a total of
\n" ); document.write( "\"%28H%2AT%29%2AU=H%2AT%2AU\" choices.
\n" ); document.write( "
\n" ); document.write( "You cannot use 0 as the first (hundreds) digit, because it would really make a two-digit number.
\n" ); document.write( "You have only 3 choices (1, 2, or 3) for the hundreds digit.
\n" ); document.write( "The number of possible choices for the hundreds is \"H=3\" .
\n" ); document.write( "
\n" ); document.write( "For each of those choices, you have have eliminated one of the digits listed above,
\n" ); document.write( "but for the other digits you can also use 0.
\n" ); document.write( "As you have 3 digits not yet used that you can use for the tens and units digits,
\n" ); document.write( "the number of possible choices for the tens digit is \"T=3\" .
\n" ); document.write( "
\n" ); document.write( "Each possible choice of hundreds and tens digits leaves you two digits not yet used,
\n" ); document.write( "so the number of possible choices for the units digit is \"U=2\" .
\n" ); document.write( "
\n" ); document.write( "\"H%2AT%2AU=3%2A3%2A2=18\"
\n" ); document.write( "
\n" );