document.write( "Question 1081691: a) FIND NUMBER OF DIFFERENT CODES CONSISTING OF 3 LETTERS FOLLOWED
\n" );
document.write( "BY 4 DIGITS THAT CAN BE OBTAINED FROM A,B,C,D 1,2,3,4,5,6? \r
\n" );
document.write( "\n" );
document.write( "b)FIND THE NUMBER OF 3-LETTER CODE WORDS THAT CAN BE MADE FROM
\n" );
document.write( "THE LETTERS A,P,P,L,E,S, IF BOTH P's ARE USED? \n" );
document.write( "
Algebra.Com's Answer #695866 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! a) FIND NUMBER OF DIFFERENT CODE CONSISTING OF 3 LETTERS FOLLOWED \n" ); document.write( "BY 4 DIGITS THAT CAN BE OBTAINED FROM A,B,C,D 1,2,3,4,5,6? \n" ); document.write( " \r\n" ); document.write( "If you cannot repeat letters or digits:\r\n" ); document.write( "\r\n" ); document.write( "Choose the first letter 4 ways.\r\n" ); document.write( "Choose the second letter 3 ways.\r\n" ); document.write( "Choose the third letter 2 ways.\r\n" ); document.write( "Choose the first digit 6 ways.\r\n" ); document.write( "Choose the second digit 5 ways.\r\n" ); document.write( "Choose the third digit 4 ways.\r\n" ); document.write( "Choose the fourth digit 3 ways.\r\n" ); document.write( "\r\n" ); document.write( "That's 4×3×2×6×5×4×3 = 8640\r\n" ); document.write( "\r\n" ); document.write( "If you CAN repeat letters or digits:\r\n" ); document.write( "\r\n" ); document.write( "Choose the first letter 4 ways.\r\n" ); document.write( "Choose the second letter 4 ways.\r\n" ); document.write( "Choose the third letter 4 ways.\r\n" ); document.write( "Choose the first digit 6 ways.\r\n" ); document.write( "Choose the second digit 6 ways.\r\n" ); document.write( "Choose the third digit 6 ways.\r\n" ); document.write( "Choose the fourth digit 6 ways.\r\n" ); document.write( "\r\n" ); document.write( "That's 4×4×4×6×6×6×6 = 82944\r\n" ); document.write( " \n" ); document.write( "b)FIND THE NUMBER OF 3-LETTER CODE WORDS THAT CAN BE MADE FROM \n" ); document.write( "THE LETTERS A,P,P,L,E,S IF BOTH P's ARE USED? \n" ); document.write( " \r\n" ); document.write( "That can be interpreted as\r\n" ); document.write( "\r\n" ); document.write( "1. The two P's MUST be used\r\n" ); document.write( "\r\n" ); document.write( "or\r\n" ); document.write( "\r\n" ); document.write( "2. The two P's MAY be used.\r\n" ); document.write( " \r\n" ); document.write( "---------------\r\n" ); document.write( "\r\n" ); document.write( "1. If the two P's MUST be used, there are 3 forms:\r\n" ); document.write( "\r\n" ); document.write( "_PP, P_P, and PP_\r\n" ); document.write( "\r\n" ); document.write( "And we can fill the blank 4 ways with A, L, E or S\r\n" ); document.write( "\r\n" ); document.write( "That's 3×4 = 12 ways\r\n" ); document.write( "\r\n" ); document.write( "2. If the two P's MAY be used, but don't have to be, \r\n" ); document.write( "then in addition to those 12 ways, we can choose 3\r\n" ); document.write( "letters from {A,P,L,E,S}\r\n" ); document.write( "\r\n" ); document.write( "Choose the first letter 5 ways.\r\n" ); document.write( "Choose the second letter 4 ways.\r\n" ); document.write( "Choose the third letter 3 ways.\r\n" ); document.write( "\r\n" ); document.write( "12 + 5×4×3 = 12 + 60 = 72 ways.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |