document.write( "Question 1069677: A typical combination lock is opened with the correct sequence of three numbers between o and 39 inclusive.
\n" );
document.write( "(I) how many different \"combinations\" are possible if a number can be used more than once (like 27-27-27)? *both permutations and combinations require \"without replacement\" so this isn't either of those.
\n" );
document.write( "(II) How many different \"combinations\" are possible if no number can be repeated? \n" );
document.write( "
Algebra.Com's Answer #684848 by KMST(5328)![]() ![]() You can put this solution on YOUR website! A fifth-grader approach works: \n" ); document.write( "(I) how many different \"combinations\" are possible if a number can be used more than once (like 27-27-27)? \n" ); document.write( "There are \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the total number of possible sequence choices is \n" ); document.write( " \n" ); document.write( "Maybe your instructor would call that \"permutations with replacement.\" \n" ); document.write( " \n" ); document.write( "(II) How many different \"combinations\" are possible if no number can be repeated? \n" ); document.write( "There are \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the total number of possible sequences without repeated numbers is \n" ); document.write( " \n" ); document.write( "Maybe your instructor would call that \"permutations without replacement.\" \n" ); document.write( " \n" ); document.write( "Combinations, permutations, replacement are words you are required/expected to use in your class. \n" ); document.write( "You are instructed to identify the \"type of problem\" and apply the solving procedure prescribed for that \"type of problem.\" \n" ); document.write( "Once your head is filled with someone else's words and problem-solving recipes, \n" ); document.write( "you try to faithfully execute the programs installed in your head. \n" ); document.write( "You search for the imposed words and recipes instead of just thinking about the situation as a human would. \n" ); document.write( " |