document.write( "Question 1054917: the third term of a G.P is 45 and the fifth term is 405. Find the G.P. if the common ratio r is positive \n" ); document.write( "
Algebra.Com's Answer #670124 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! a3=a1^r^2=45 \n" ); document.write( "a5=a3^r^2=a1r^4 \n" ); document.write( "a1=45/r^2 \n" ); document.write( "a1=405/r^4 \n" ); document.write( "45/r^2=405/r^4 \n" ); document.write( "405r^2=45r^4 \n" ); document.write( "9=r^2 \n" ); document.write( "r=3 \n" ); document.write( "Therefore, a2=15 and a1=5 \n" ); document.write( "5*3^n. \n" ); document.write( "an=5*3^(n-1) \n" ); document.write( "The series is 5,15,45,135,405... \n" ); document.write( " \n" ); document.write( " |