Question 451604: two consecutive numbers are squared and then added to gether to get the result of 113. What is the starting formula? Found 3 solutions by nerdybill, Alan3354, pedjajov:Answer by nerdybill(7384) (Show Source):
You can put this solution on YOUR website! two consecutive numbers are squared and then added to gether to get the result of 113. What is the starting formula?
.
Let x = first consecutive number
then
x+1 = second consecutive number
.
x^2 + (x+1)^2 = 113 (you can probably leave it like this)
x^2 + (x+1)(x+1) = 113
x^2 + (x^2+x+x+1) = 113
x^2 + (x^2+2x+1) = 113
2x^2+2x+1 = 113