document.write( "Question 846732: The sum of the first two terms of an exponential sequence is 135 and the sum of the third and the fourth terms is 60. Given that the common ratio is positive, calculate the common ratio and d first term \n" ); document.write( "
Algebra.Com's Answer #516038 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
Tn = t * r^(n - 1)\r
\n" ); document.write( "\n" ); document.write( "T2 = t * r
\n" ); document.write( "T2+T1=135
\n" ); document.write( "t*r+t=135\r
\n" ); document.write( "\n" ); document.write( "T3 = t * r^2
\n" ); document.write( "T4 = t * r^3
\n" ); document.write( "T3+T4=60
\n" ); document.write( "t*r^2+t*r^3=60,
\n" ); document.write( "(r^3+r^2)t = 60
\n" ); document.write( "t*r+t=135
\n" ); document.write( "(r+1)*t = 135\r
\n" ); document.write( "\n" ); document.write( "(r^3+r^2)t = 60
\n" ); document.write( "(r+1)*t = 135
\n" ); document.write( "r = 2/3, t1 = 81
\n" ); document.write( "
\n" );