document.write( "Question 748088: How many different three-letter codes can be formed out of the word PEPPER? Is that both a combination and permutation problem? \n" ); document.write( "
Algebra.Com's Answer #455330 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many different three-letter codes can be formed out of the word PEPPER? Is that both a combination and permutation problem? \n" ); document.write( "----------------- \n" ); document.write( "Forms: \n" ); document.write( "PEP \n" ); document.write( "PER \n" ); document.write( "PPP \n" ); document.write( "---- \n" ); document.write( "Arrangements: \n" ); document.write( "PEP: 3!/2! = 3 \n" ); document.write( "PER: 3! = 6 \n" ); document.write( "PPP: 3!/3! = 1 \n" ); document.write( "---- \n" ); document.write( "# of codes: 3+6+1 = 10 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |