document.write( "Question 770599: using the digits0,1,2,3,4,5,6,7,8,9, how many 7 digit numbers can be formedif the first digit cannot be 0 or 9 and if the last digit is greater than or equal to 2 and less than or equal to 3? Repeated digits are allowed. how does the calculation look. Thanks \n" ); document.write( "
Algebra.Com's Answer #469621 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
using the digits0,1,2,3,4,5,6,7,8,9, how many 7 digit numbers can be formedif the first digit cannot be 0 or 9 and if the last digit is greater than or equal to 2 and less than or equal to 3? Repeated digits are allowed. how does the calculation look. Thanks
\n" ); document.write( "
\r\n" );
document.write( "There are 8 ways to choose the first digit as 1 thru 8\r\n" );
document.write( "There are 10 ways each to choose the 5 middle digits as 0 thru 9\r\n" );
document.write( "There are only 2 ways to choose the 7th digit as 2 or 3\r\n" );
document.write( "\r\n" );
document.write( "Answer 8×105×2 = 1600000.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );