Three consecutive positive integers a, b and c are such that b2

= 4(a + c). Find the value of c

1 answer

Let the three consecutive positive integers be a, b, and c. Since they are consecutive integers, we can express them as:

a=n,b=n+1,c=n+2

for some positive integer n.

According to the problem, we have the equation:

b2=4(a+c)

Substituting a, b, and c in terms of n:

(n+1)2=4(n+(n+2))

This simplifies to:

(n+1)2=4(2n+2)

Calculating the right side:

(n+1)2=8n+8

Expanding the left side:

n2+2n+1=8n+8

Rearranging this equation gives:

n2+2n+18n8=0

Simplifying further:

n26n7=0

Now, we can solve this quadratic equation using the quadratic formula:

n=b±b24ac2a

In this case, a=1, b=6, and c=7:

n=6±(6)241(7)21

Calculating the discriminant:

36+28=64=8

Thus:

n=6±82

Calculating the two possible values for n:

n=142=7orn=22=1

Since n must be a positive integer, we take n=7.

Now, substituting back to find c:

c=n+2=7+2=9

Thus, the value of c is:

9