document.write( "Question 35529: I have trouble with these remaining problems i could use some help answering these thank you
\n" );
document.write( " Geometric sequencing \r
\n" );
document.write( "\n" );
document.write( "three of the five variables a1, an, r, n, and Sn are given. Find the two variables not given. \r
\n" );
document.write( "\n" );
document.write( "a1 = 10, r = 3, n = 5 \r
\n" );
document.write( "\n" );
document.write( "a1 = 4, an = 324, r = 3 \r
\n" );
document.write( "\n" );
document.write( "an = 24, r = , n = 4 \r
\n" );
document.write( "\n" );
document.write( "Sn = 1022, r = 2, n = 9 \n" );
document.write( "
Algebra.Com's Answer #22558 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! I have trouble with these remaining problems i could use some help answering these thank you \n" ); document.write( "Geometric sequencing \n" ); document.write( "three of the five variables a1, an, r, n, and Sn are given. Find the two variables not given. \n" ); document.write( "FORMULAE ARE \n" ); document.write( "AN=A1*R^(N-1) \n" ); document.write( "SN=A1*(R^N -1)/(R-1) \n" ); document.write( "a1 = 10, r = 3, n = 5......AN=10*3^(5-1)=810...SN =10*(3^5-1)/(3-1)=1210. \n" ); document.write( "a1 = 4, an = 324, r = 3....324=4*3^(N-1)...N=5...SN=4*(3^5 -1)/(3-1)=484 \n" ); document.write( "an = 24, r = 2, n = 4....24=A1*2^(4-1)...A1=3...SN=3*(2^4 -1)/(2-1)=45 \n" ); document.write( "Sn = 1022, r = 2, n = 9 ...1022=A1(2^9 -1)/(2-1)=A1*(512-1)=511A1...A1=2 \n" ); document.write( "AN=2*2(9-1)=512 \n" ); document.write( " |