document.write( "Question 200122: How many 4-digit numbers greater than 6000 can be formed with the digits 1,3,6 and 8 if no digit is repeated? \n" ); document.write( "
Algebra.Com's Answer #150488 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! The first digit is a 6 or 8 \n" ); document.write( "The second is any 1 of the remaining 3 \n" ); document.write( "The next is any one of the remaing 2 \n" ); document.write( "Thelast is the 1 remaing digit \n" ); document.write( "2*3*2*1=12 \n" ); document.write( "Proof \n" ); document.write( "6138 8136 \n" ); document.write( "6318 8316 \n" ); document.write( "6813 8613 \n" ); document.write( "6183 8163 \n" ); document.write( "6381 8361 \n" ); document.write( " \n" ); document.write( " |