Bunuel
a, b, and c are the first three terms, in that order, in a sequence of numbers where each term after the first is found by multiplying the previous one by a non-zero constant. |a + b + c| = 15, the median of these three terms is a, and b = 10. If a > c, what is the product of the first 4 terms of this sequence ?
A. 48,000
B. 40,000
C. 32,000
D. 30,000
E. 8,000
Are You Up For the Challenge: 700 Level QuestionsThe three terms in a GP can be written as \(a, ar, ar^2\).
Now, \(b>a>c.........ar>a>ar^2.......ar>a........a(r-1)>0\).......(i)
If a>0, then r>1, and if a<0, then r<1.Also \(a>ar^2.....a(r^2-1)<0\).....(ii)
If a>0, then r^2<1 or r<1.
But from (i) r>1 when a>0. So a<0.
SO discard a>0.When a<0, r^2>1, meaning r>1 or r<-1.However, from (i), we have a<0 results in r<1.
Using the inference derived from equations as shown by bold portion above
if a<0, then r<1.or r<-1.
If a<0, then r^2>1, meaning r>1 or r<-1.Thus, the common range is when a<0, r<-1.Now |a+b+c|=15.....|a+10+c|=15, but both a and c are negative.
Thus, \( a+10+c=-15....a+c=a+ar^2=-25......a(1+r^2)=-25=-5*5\), so one can observe a=-5 and r=-2.
Product of first four terms = \(a*ar*ar^2*ar^3=(ar)^4*r^2=10000*4=40000\)
Otherwise we can find the value of a and r by factorizing
\(ar=10...a=\frac{10}{r}\)
\(a+ar^2=-25......\frac{10}{r}+\frac{10}{r}*r^2=-25\)
\(10+10r^2=-25r............2r^2+5r+2=0.......(2r+1)(r+2)=0\)
So r is -1/2 or -2.
But r<-1, so r=-2, and a=-5.
Product of first four terms = \(a*ar*ar^2*ar^3=(ar)^4*r^2=10000*4=40000\)