document.write( "Question 1210226: Consider the sequence
\n" );
document.write( "1, 5, 6, 25, 26, 30, 31, ...
\n" );
document.write( "which consists of every positive integer that can be expressed as a sum of distinct powers of 5.\r
\n" );
document.write( "\n" );
document.write( "What is the first term that is greater than 50? \n" );
document.write( "
Algebra.Com's Answer #851691 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The last number shown in the sequence is \n" ); document.write( "That is the sum of all the distinct powers of 5 up to the second power, so the next number in the sequence must involve the third power of 5, which is 125. \n" ); document.write( "And since 125 is greater than 50, it is the next number in the sequence. \n" ); document.write( "ANSWER: 125 \n" ); document.write( " \n" ); document.write( " |