document.write( "Question 372587: How many different five-number can be formed from the numbers 0 through 5, if no repeats are allowed and he first number cannot be 0 or 5 \n" ); document.write( "
Algebra.Com's Answer #265608 by sudhanshu_kmr(1152) You can put this solution on YOUR website! \n" ); document.write( "no. of ways = 5*5*4*3*2\r \n" ); document.write( "\n" ); document.write( "=600 \n" ); document.write( " |