document.write( "Question 1178006: using all digits from 0 to 9, allowing for repetition, how many 3 digit numbers are possible that contain at least one 5? \n" ); document.write( "
Algebra.Com's Answer #807177 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "I suppose a math teacher somewhere wrote this problem....

\n" ); document.write( "It's sure a good thing that teacher isn't trying to teach English!!

\n" ); document.write( "\"using all digits from 0 to 9, allowing for repetition, how many 3 digit numbers are possible that contain at least one 5?\"

\n" ); document.write( "(1) The digits (in our familiar base 10 number system) are 0 through 9; there are 10 of them. There are clearly NO 3-digit numbers that use all of those digits (\"using all digits from 0 to 9\"). If the numbers are to be 3-digit numbers, then that opening phrase is not only unnecessary but contradictory; it does not belong in the statement of the problem.

\n" ); document.write( "(2) The question asks for the number of 3-digit numbers that contain AT LEAST one 5. Therefore, the \"allowing for repetition\" is superfluous.

\n" ); document.write( "(3) What's left after we get rid of the unnecessary first two phrases is \"how many 3 digit numbers are possible that contain at least one 5?\" In that remaining phrase, the \"... are possible that\" is unnecessary.

\n" ); document.write( "So the question is really simply \"How many 3-digit numbers contain at least one 5?\"

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

\n" ); document.write( "Now that we have gotten past the absurd way the problem was stated, we can solve it....

\n" ); document.write( "I'll let you find the answer; here is a strategy:

\n" ); document.write( "(1) Count how many numbers have a 5 in the hundreds place.
\n" ); document.write( "(2) Count how many numbers have a 5 in the tens place -- but don't count the ones with a 5 in the hundreds place also, because you have already counted those.
\n" ); document.write( "(3) Count how many numbers have a 5 in the ones place -- but don't count the ones that also have a 5 in either the hundreds place or the tens place, because you have already counted those.

\n" ); document.write( "Add the numbers you found in (1), (2), and (3).

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