document.write( "Question 1175816: If only the digits 0, 1, 3, 4, 5, 6, and 7 may be used, find the number of possible three-digit numbers that can be formed.
\n" ); document.write( "The number of different three-digit numbers is
\n" ); document.write( "

Algebra.Com's Answer #801508 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "There are 7 digits to choose from.

\n" ); document.write( "The first digit can be any of them except 0, so that's 6 choices.

\n" ); document.write( "Then any of the 7 digits can be chosen for each of the last two digits.

\n" ); document.write( "Total number of 3-digit numbers: 6*7*7 = 294.

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