Posted by Gemini on Monday, October 19, 2009 at 6:29am.
ok, let's call your first result of
r = (a+8d) / (a+6d) #1 equation
You could also subtract the two equations to get
ar^2 - ar = 2d
r^2 - r = 2d/a let's call that #2
Here is where it gets messy...
sub #1 into #2
(a+8d)^2/(a+6d)^2 - (a+8d)/(a+6d) = 2d/a
finding a common denominator of (a+6d)^2 and simpifying the left side, I got
(2ad + 16d^2)/(a+6d)^2 = 2d/a
divide both sides by 2d
(a+8d)/(a+6d)^2 = 1/a
Cross-multiply and simplify to get
a^2 + 12ad + 3d^2 = a^2 + 8ad
36d^2 + 4ad = 0
9d^2 + ad = 0
d(9d + a) = 0
d = 0 (the arithmetic sequence would not change) OR
d = -9a
back into #1
r = (a+8d)/(a+6d)
= (-9d + 8d)/(-9d + 6d)
= -d/-3d
= 1/3
Related Questions
arithmetic - An arithmetic n geometric sequence have the same first term 2.with ...
Mathematics : Arithmetic Sequence - The 5th term and the 8th term of an ...
Sequence - Find the common difference and a formula formula for the nth term of ...
Math - Arithmetic Sequences - The sum of the 4th and the 14th term of an ...
arithmetic - THE SUM OF THE 2ND AND 5TH TERMS OF AN A.P IS 42. IF THE DIFFERENCE...
Math - A sequence is formed by adding together the corresponding terms of a ...
math - The third and seventh terms of an arithmetic sequence are 10 and 20. 1) ...
Arithmetic Sequence - Given the third term of an arithmetic sequence less than ...
Can someone help me?! - The 1st, 5th and 13th terms of an arithmetic sequence ...
math - suppose an arithmetic sequence and a geometric sequence with common ...
For Further Reading