document.write( "Question 978921: The second term in a geometric sequence is 50. The fourth term in the same sequence is 112.5. What is the common ratio in this sequence? \n" ); document.write( "
Algebra.Com's Answer #600270 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The nth term of a geometric sequence can be written a_n = a + (n-1)d, where a is the 1st term and d is the common difference
\n" ); document.write( "So we can write the 1st 4 terms as
\n" ); document.write( "a_1 = a
\n" ); document.write( "a_2 = a + d
\n" ); document.write( "a_3 = a + 2d
\n" ); document.write( "a_4 = a + 3d
\n" ); document.write( "Given: a_2 = 50, a_4 = 112.5
\n" ); document.write( "subtract a_2 from a_4 to determine d:
\n" ); document.write( "a + 3d - (a + d) = 112.5 - 50
\n" ); document.write( "2d = 62.5
\n" ); document.write( "d = 31.25
\n" ); document.write( "
\n" );