document.write( "Question 1001359: A campus telephone extension has four digits. If the first digit cannot be 0, how many different extensions exist? \n" ); document.write( "
Algebra.Com's Answer #618573 by ikleyn(52797)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "There are 9 options for the first digit (1, 2, 3, 4, 5, 6, 7, 8, 9);\r \n" ); document.write( "\n" ); document.write( "10 options for the second digit;\r \n" ); document.write( "\n" ); document.write( "10 for the third, and \r \n" ); document.write( "\n" ); document.write( "10 for the fourth digit.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In total, there are 9*10*10*10 = 9000 options for 4-digit extension.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |