document.write( "Question 408537: The sum of the first two terms of a seven-term GP (geometric progression) is 20 and the sum of the last two terms is -5/8. Find the sum of all seven terms.\r
\n" );
document.write( "\n" );
document.write( "I know that a GP is one in which the ratio obtained by dividing any term by the preceding term is always the same. I also know the formula for finding the nth term in a geometric sequence. The first thing I tried was to let x = the first term. Then (20 - x) = the second term. Additionally, I let y = the next to the last term and (-5/8 - y) = the last term. Since the ratio by dividing any term by the preceding term is always the same, I have:\r
\n" );
document.write( "\n" );
document.write( "(20 - x) / x (ratio of 2nd term to 1st term)\r
\n" );
document.write( "\n" );
document.write( "(-5/8 - y) / y (ratio of 7th term to 6th term)\r
\n" );
document.write( "\n" );
document.write( "I set the equal to each other because the ratios are required to be the same in a GP:\r
\n" );
document.write( "\n" );
document.write( "(20 - x) / x = (-5/8 - y) / y\r
\n" );
document.write( "\n" );
document.write( "20y - xy = (-5/8)x - xy
\n" );
document.write( "20y = (-5/8)x
\n" );
document.write( " y = (-1/32)x\r
\n" );
document.write( "\n" );
document.write( "OR solving the same equation for x gives: x = -32y\r
\n" );
document.write( "\n" );
document.write( "From this point I thought about trying to just choose numbers either for x or y and then use the given common ratio to find the rest of the terms, but it didn't work out. Can you provide me with a step-by-step solution to this intriguing question? Thank you.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #287779 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Maybe if you make use of the fact \n" ); document.write( "that the 1st term is a, the 2nd term is ar \n" ); document.write( "the 6th term is ar^5 and the 7th term \n" ); document.write( "is ar^6, you can get a new relation of \n" ); document.write( "x to y. \n" ); document.write( "---- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " |