document.write( "Question 952577: The number of 3-digit numbers more than 800 that can be formed if the last digit is a 2 or a 3, and no digit can be repeated is \n" ); document.write( "
Algebra.Com's Answer #582049 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Choose the last digit 2 ways {2 or 3}\r\n" ); document.write( "Choose the first digit 2 ways {8 or 9}\r\n" ); document.write( "Choose the middle digit any of the remaining 8 digits.\r\n" ); document.write( "\r\n" ); document.write( "answer = 2 = 32 ways.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |