document.write( "Question 257362: How many things could i code with four colors of paper clips by using THREE paper clips for each code? e.g.
\n" );
document.write( "colors = A B C D
\n" );
document.write( "1. A A A
\n" );
document.write( "2. A A B
\n" );
document.write( "3. A A C\r
\n" );
document.write( "\n" );
document.write( "It can also go backwards like B A A or C A A (Practicing coding for DNA with three bases instead of four!) \n" );
document.write( "
Algebra.Com's Answer #189290 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many things could i code with four colors of paper clips by using THREE paper clips for each code? e.g. \n" ); document.write( "colors = A B C D \n" ); document.write( "1. A A A \n" ); document.write( "2. A A B \n" ); document.write( "3. A A C \n" ); document.write( "It can also go backwards like B A A or C A A (Practicing coding for DNA with three bases instead of four!) \n" ); document.write( "------------------- \n" ); document.write( "Pick the 1st clip: 4 ways \n" ); document.write( "Pick the 2nd clip: 4 ways \n" ); document.write( "Pick the 3rd clip: 4 ways \n" ); document.write( "------- \n" ); document.write( "Ans: # of coded \"words\" would be 4^3 = 64 \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |