document.write( "Question 142020: Find the value of the 50th term of the series: 180+162+145.8+131.22+... \n" ); document.write( "
Algebra.Com's Answer #103429 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Find the value of the 50th term of the series: 180+162+145.8+131.22+...
\n" ); document.write( "------------
\n" ); document.write( "162/180 = 0.9
\n" ); document.write( "145.8/162 = 0.9
\n" ); document.write( "---------------------
\n" ); document.write( "So the series is geometric with r = 0.9
\n" ); document.write( "----------------------
\n" ); document.write( "a(50) = a(1)*r^49
\n" ); document.write( "a(50) = 180*0.9^49 = 1.030755041....
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );