SOLUTION: Find 2 consecutive positive integers such that the square of the first number is 1 more than 9 times the second number
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Find 2 consecutive positive integers such that the square of the first number is 1 more than 9 times the second number
Log On
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 919920
:
Find 2 consecutive positive integers such that the square of the first number is 1 more than 9 times the second number
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive positive integers: x, (x+1)
x^2 = 1 + 9(x+1)
x^2 = 1 + 9x + 9
x^2 - 9x - 10 = 0
(x - 10)(x + 1) = 0
The integers are positive, so x = 10 and the integers are 10 and 11.