document.write( "Question 527131: Using only letters from the set {A, M, T, N, Y, S}, all of the possible four-letter \"words\" are written in alphabetical oder, starting with AAAA. What is the 2011th word in the list? Use a systematic approach that does not involve extensive lists. \n" ); document.write( "
Algebra.Com's Answer #348812 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! this is like writing a 4-digit base6 number; where A=0, M=1, N=2, T=3, S=4, Y=5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a 4-letter word using 6 letters means 4^6 or 1296 possible words\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "do you start over with AAAA to get to 2011 words?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the \"second part\" of the list is 715 words (2011 - 1296)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "715 in base6 is ___ 3X6^3 + 1X6^2 + 5X6^1 + 1X6^0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you start over at 1297, the 2011th word is \"3151\" or TMYM\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |