89.9k views
2 votes
Find two consecutive integers whose product is 50

User Panthy
by
7.3k points

1 Answer

5 votes

n, n+1 - two consecutive integers

n(n + 1) = 50 use distributive property

n² + n = 50 subtract 50 from both sides

n² + n - 50 = 0

-----------------------------------------------------

ax² + bx + c =0

if b² - 4ac > 0 then we have two solutions:

[-b - √(b² - 4ac)]/2a and [-b - √(b² + 4ac)]/2a

if b² - 4ac = 0 then we have one solution -b/2a

if b² - 4ac < 0 then no real solution

----------------------------------------------------------

n² + n - 50 = 0

a = 1, b = 1, c = -50

b² - 4ac = 1² - 4(1)(-50) = 1 + 200 = 201 > 0 → two solutions

√(b² - 4ac) = √(201) - it's the irrational number

Answer: There are no two consecutive integers whose product is 50.

User Arjen Van Heck
by
7.9k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.