SOLUTION: find the 2 consecutive integers such that the square of the 2nd integer added to the 3 times the 1st is equal to 177

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: find the 2 consecutive integers such that the square of the 2nd integer added to the 3 times the 1st is equal to 177      Log On


   



Question 437485: find the 2 consecutive integers such that the square of the 2nd integer added to the 3 times the 1st is equal to 177
Answer by eggsarecool(46) About Me  (Show Source):
You can put this solution on YOUR website!
Ok so we have two consecutive integers
Lets call the first 1 a, and the second one a+1
Now the formula, %28a%2B1%29%5E2%2B3a=177
So we have the second one squared plus 3 times the first DISABLED_event_one= 177
now we need to solve for a, so we will expand the %28a%2B1%29%5E2
giving us a%5E2%2B2a%2B1%2B3a=177
collect like terms, and move the 177 to the left side.
a%5E2%2B5a-176=0
you can factor this or if you are not comfortable with factoring you can use the quadratic formula x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
Now if we factor we get %28a%2B16%29%28a-11%29=0
which gives us a=-16, a=11
Now I am assuming they wanted the positive intergers, so you have a=11, and then a+1=12. So you integers are 11 and 12