document.write( "Question 926020: Sequence : a,b,b,c,c,c,d,d,d,d.......
\n" );
document.write( "Find 250th term.
\n" );
document.write( "NOTE : please give a detailed solution with explanation of each step. \n" );
document.write( "
Algebra.Com's Answer #561980 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Hint: The last b is the 3rd letter, the last c is the 6th letter, and in general, the last (ith letter of alphabet) is the (1+2+3+...+i) = i(i+1)/2. \n" ); document.write( " |