document.write( "Question 390411: The first 15 letters of the following pattern are given. If this pattern were to be continued, what would the 100th letter?\r
\n" );
document.write( "\n" );
document.write( "A B B C C C D D D D E E E E E ... \n" );
document.write( "
Algebra.Com's Answer #276849 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Instead of listing all 100 letters, we can notice that there is 1 A, 2 B's, 3 C's, 4 D's, etc.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note that 1+2+...+13 = 91 and 1+2+...+14 = 105. Since M and N are the 13th and 14th letters of the alphabet, we can say that there are 91 letters in the subsequence\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A B B ...M M M (all M's included)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and 105 terms in\r \n" ); document.write( "\n" ); document.write( "A B B ...N N N (all N's included)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This implies that the 92nd through 105th terms are all N, so the 100th term is N. \n" ); document.write( " |