document.write( "Question 846694: An exponential is such that the 3rd term minus the first term is 48. The fourth term minus the second term is 44. Find the common ratio and the first term
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #516044 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Tn = t * r^(n - 1) \n" ); document.write( "T3 = t * r^(2) \n" ); document.write( "T1 = t \n" ); document.write( "t * r^2-t=48 \n" ); document.write( "T4 = t * r^3 \n" ); document.write( "T2 = t * r \n" ); document.write( "t*r^3- t*r=44, \n" ); document.write( "t*r^2-t=48 \n" ); document.write( "r = 11/12, t = -6912/23 \n" ); document.write( "I suspect there is a mistake since this is similar with 44 instead of 144 \n" ); document.write( " \n" ); document.write( " |