document.write( "Question 1017383: the first three terms of a geometric sequence are: T1:T2:T3. if T2=T1+4 and T3=T2+9, determine the value of T1:T2:T3 \n" ); document.write( "
Algebra.Com's Answer #633716 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If that is so, then the ratio of T2 to T1 = the ratio of T3 to T2, or \n" ); document.write( "T2/T1 = T3/T2 \n" ); document.write( "T2/(T2-4) = (T2+9)/T2 \n" ); document.write( "Let us call T2, x, for simplicity...now cross-multiply and get \n" ); document.write( "x^2 = (x-4)(x+9) \n" ); document.write( "x^2 = x^2 + 5x - 36 \n" ); document.write( "0 = 5x - 36 \n" ); document.write( "36 = 5x \n" ); document.write( "x = T2 = 7.2 \n" ); document.write( "T1 = 3.2 \n" ); document.write( "T3 = 16.2 \n" ); document.write( "so that \n" ); document.write( "T1:T2:T3 = 3.2:7.2:16.2 = 16:36:81 \n" ); document.write( " |