document.write( "Question 502465: Find the number of four-letter strings of the alphabet, repetitions allowed, that contain at least one \"G\" AND at least one \"T.\" I know that those containing at least one \"G\" is 26^4-25^4, and those containing at least one \"T\" is 26^4-25^4. \n" ); document.write( "
Algebra.Com's Answer #339050 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " number of 4 - letter strings that don't contain G = 24^4\r \n" ); document.write( "\n" ); document.write( " number of 4 - letter strings that don't contain T = 24^4\r \n" ); document.write( "\n" ); document.write( " number of 4- letter strings that don't contain neither G nor T = 24^4 \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( " number of four-letter strings of the alphabet, that contain at least one \"G\" AND\r \n" ); document.write( "\n" ); document.write( " at least one \"T.\" = 26^4 - ( 25^4 + 25^4 - 24^4)\r \n" ); document.write( "\n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "if any doubt, you are welcome to contact. \n" ); document.write( " \n" ); document.write( " |