document.write( "Question 1156701: Three consecutive terms of a geometric sequence are:\r
\n" );
document.write( "\n" );
document.write( "2a-2,2a+2,5a+1. Determine the value
\n" );
document.write( "of each of the terms. Use these term values to determine the equation(s) for the general term of
\n" );
document.write( "the sequence (tn). (think quadratic) \n" );
document.write( "
Algebra.Com's Answer #779452 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! adjacent terms have the same ratio \n" ); document.write( "so (2a+2)/(2a-2)=(5a+1)/(2a+2) \n" ); document.write( "Therefore, \n" ); document.write( "4a^2+8a+4=10a^2-8a-2 \n" ); document.write( "so 0=6a^2-16a-6 \n" ); document.write( "or 3a^2-8a-3=0 \n" ); document.write( "(3a+1)(a-3)=0 \n" ); document.write( "a=3, or -1/3 \n" ); document.write( "the terms are 4, 8, 16 with common ratio 2 or -8/3, 4/3, -2/3 with common ratio -1/2 \n" ); document.write( "a, ar, ar^2,...or \n" ); document.write( "4*2^r for r>=0 \n" ); document.write( "(-1)^r*(8/3)*(1/2)^(r-1) for r=1, 2,3,... \n" ); document.write( " |