document.write( "Question 494677: Could you help me solve those problems!!!
\n" );
document.write( "1. When the same constant is added to the numbers 60, 100, and 150, a three-term geometric sequence arises. What is the constant ratio of the resulting sequence?
\n" );
document.write( "2. Find all positive integers a and n such that n is greater or equal to 2 and
\n" );
document.write( "a + (a + 1) + (a + 2) + . . . + (a + n - 1) = 100
\n" );
document.write( "Thank you for your help!!! \n" );
document.write( "
Algebra.Com's Answer #335748 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. When the same constant is added to the numbers 60, 100, and 150, a three-term geometric sequence arises. What is the constant ratio of the resulting sequence? \n" ); document.write( "------------------ \n" ); document.write( "Let the constant ratio be \"r\": \n" ); document.write( "(100+x)/(60+x) = r \n" ); document.write( "(150+x)/(100+x) = r \n" ); document.write( "---- \n" ); document.write( "Substitute: \n" ); document.write( "(100+x)/(60+x) = (150+x)/(100+x) \n" ); document.write( "--------- \n" ); document.write( "(100+x)^2 = (60+x)(150+x) \n" ); document.write( "---- \n" ); document.write( "100^2 + 200x + x^2 = 9000 + 210x + x^2 \n" ); document.write( "1000 -10x = 0 \n" ); document.write( "x = 100 \n" ); document.write( "--- \n" ); document.write( "Solve for \"r\": \n" ); document.write( "(100+x)/(60+x) = r \n" ); document.write( "--- \n" ); document.write( "200/160 = r \n" ); document.write( "r = 5/4 \n" ); document.write( "==========================================\r \n" ); document.write( "\n" ); document.write( "2. Find all positive integers a and n such that n is greater or equal to 2 and \n" ); document.write( "a + (a + 1) + (a + 2) + . . . + (a + n - 1) = 100 \n" ); document.write( "--- \n" ); document.write( "There are n terms \n" ); document.write( "Sum = na + (0+1+2+3+...+n-1) = 100 \n" ); document.write( "I'll leave the rest to you \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |