Question 482149
. Find the three numbers in a geometric progression whose sum is 28 and whose product is 512.

<pre>
Let a = the first number
Let r = the common ratio of the geometric progression

Then ar = 2nd number
and  ar² = 3rd number

>>...sum is 28...<<

a + ar + ar² = 28

a(1 + r + r²) = 28

>>...product is 512...<<

(a)(ar)(ar²) = 512

        a³r³ = 512

Take cube roots of both sides
                ___
          ar = &#8731;512

          ar = 8

           a = {{{8/r}}} 

Substitute in             

a(1 + r + r²) = 28

{{{8/r}}}(1 + r + r²) = 28

Multiply both sides by r

        8(1 + r + r²) = 28r

Divide both sides by 4

        2(1 + r + r²) = 7r

         2 + 2r + 2r² = 7r

         2r² - 5r + 2 = 0

Factor the left side:

      (2r - 1)(r - 2) = 0

  2r - 1 = 0       r - 2 = 0  
     
      2r = 1           r = 2

       r = {{{1/2}}}


So we have two solutions for r

Using r = {{{1/2}}}

           a = {{{8/r}}} 

           a = {{{8/(1/2)}}}

           a = {{{8*expr(2/1)}}} 
 
           a = 16

So one solution is these three numbers using a = 16 and r = {{{1/2}}}:

a, ar, ar² or 16, 8, 4

Using r = 2

           a = {{{8/r}}} 

           a = {{{8/2}}}

           a = 4

So one solution is these three numbers using a = 4 and r = 2:

a, ar, ar² or 4, 8, 16


Solutions: 16,8,4  or 4,8,16


Edwin</pre>