document.write( "Question 206744: How many three digit numbers can be made using only the digits 1 to 9 so that at least two of the digits are the same? For example, 112 and 737 are two such numbers.\r
\n" );
document.write( "\n" );
document.write( "(A) 100 (B) 200 (C) 216 (D) 225 (E) None of these \n" );
document.write( "
Algebra.Com's Answer #156262 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many three digit numbers can be made using only the digits 1 to 9 so that at least two of the digits are the same? For example, 112 and 737 are two such numbers. \n" ); document.write( "--- \n" ); document.write( "# with >= 2 the same = (total # of 3 digit numbers) - (number with no repeats) \n" ); document.write( "--- \n" ); document.write( "# of 3 digit with no restrictions = 9^3 \n" ); document.write( "# of 3 digit with no repeats = 9*8*7 = \n" ); document.write( "----- \n" ); document.write( "So, # with >= 2 the same = 9^3-9*8*7 = 9(9^2-56)= 9(25) = 225 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========================\r \n" ); document.write( "\n" ); document.write( "(A) 100 (B) 200 (C) 216 (D) 225 (E) None of these \n" ); document.write( " |