document.write( "Question 1029205: Given that x / x-1 is the first term of a geometric progression and x^2 / x^2-1 is the second term of the progression, in terms of x determine the common ratio and the third term of the progression.
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #644270 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given that x / x-1 is the first term of a geometric progression and x^2 / x^2-1 is the second term of the progression, in terms of x determine the common ratio and the third term of the progression. \n" ); document.write( "----- \n" ); document.write( "r = [x^2/(x^2-1)]/[x/(x-1)] \n" ); document.write( "---------- \n" ); document.write( "r = [x^2/(x^2-1)] \n" ); document.write( "---------- \n" ); document.write( "r = x/(x+1) \n" ); document.write( "------------------------ \n" ); document.write( "a(3) = [x/(x-1)]^2 \n" ); document.write( "----- \n" ); document.write( "etc. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |