asked 212k views
0 votes
The product of two positive integers plus their sum is 95. The integers are relatively prime, and each is less than 20. What is the sum of the two integers?

1 Answer

6 votes
let the fist integer be x, the second is x+20
the product of the numbers is:
x(x+20)
the sum of the numbers is:
x+x+20=2x+20
the sum of the above operations will give us:
2x+20+x^2+20x=95
x^2+22x+20=95
this can be written as quadratic to be:
x^2+22x-75=0
solving the above we get:
x=3 and x=-25
but since the integers should be positive, then x=3
the second number is x+20=3+20=23
hence the numbers are:
3 and 23
answered
User Darroosh
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.