document.write( "Question 1014276: one bank machine has four rows of buttons like
\n" );
document.write( "1 2 3
\n" );
document.write( "4 5 6
\n" );
document.write( "7 8 9
\n" );
document.write( " 0
\n" );
document.write( "if jim has 4-digit bank number that uses one button from each row like 0571
\n" );
document.write( "how many different possibilities available for jim? \n" );
document.write( "
Algebra.Com's Answer #630621 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! The four digits must be distinct. Without regards to order, we have 3*3*3*1 = 27 ways to choose 4 digits. Then we can permute the four digits 4! = 24 ways. So 27*24 = 648 ways. \n" ); document.write( " |