document.write( "Question 41933: Find the next two terms of the geometric sequence 6250,5000,4000,... \n" ); document.write( "
Algebra.Com's Answer #27071 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
You have to find the common ratio, r, first...then apply it to the last term to find the next terms...here
\n" ); document.write( "r = 5000/6250 = 4/5
\n" ); document.write( "so that the next terms are
\n" ); document.write( "(4/5)(4000) = 3200 and
\n" ); document.write( "(4/5)(3200) = 2560
\n" ); document.write( "
\n" );