SOLUTION: The square of an integer plus two times the integer is 35. Find all possible solutions.
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: The square of an integer plus two times the integer is 35. Find all possible solutions.
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 635357
:
The square of an integer plus two times the integer is 35. Find all possible solutions.
Answer by
mananth(16946)
(
Show Source
):
You can
put this solution on YOUR website!
let integer be x
x^2 +2x=35
x^2+2x-35=0
x^2+7x-5x-35=0
x(x+7)-5(x+7)=0
(x+7)(x-5)=0
x=-7 or 5