document.write( "Question 443816: Suppose we want to form three-digit numbers using the set of digits {0,1,2,3,4,5}. How many of these numbers are multiples of 5? \n" ); document.write( "
Algebra.Com's Answer #306076 by edjones(8007)![]() ![]() You can put this solution on YOUR website! nPr=Permutation of n things taken r at a time.=n!/(n-r)! \n" ); document.write( "6!/3! = 6*5*4 = 120 arrangements \n" ); document.write( "2/6 = 1/3 of these end in 5 or 0. \n" ); document.write( "120 * 1/3 = 40 of these numbers are multiples of 5. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |