SOLUTION: Hi... may I have help with this question? I don't know how to write it into an equation. "A positive integer number increased by its square is equal to 81 times the next higher

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: Hi... may I have help with this question? I don't know how to write it into an equation. "A positive integer number increased by its square is equal to 81 times the next higher       Log On


   



Question 1106017: Hi... may I have help with this question? I don't know how to write it into an equation.
"A positive integer number increased by its square is equal to 81 times the next higher positive integer number. Find the number."
Thank you.

Found 3 solutions by josgarithmetic, stanbon, ikleyn:
Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
-----------------------------------------------------
A positive integer number increased by its square
----------------------------------------------------
n%2Bn%5E2


--------------------------------------------------------------
is equal to 81 times the next higher positive integer number.
---------------------------------------------------------------

previousdescription=81%28n%2B1%29



-------------------------
Find the number.
-------------------------
highlight_green%28n%2Bn%5E2=81%28n%2B1%29%29

-
factorize left side,
n%281%2Bn%29=81%28n%2B1%29
n%28n%2B1%29=81%28n%2B1%29
-
highlight%28n=81%29

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A positive integer number increased by its square is equal to 81 times the next higher positive integer number. Find the number.
-----
Equation::
x + x^2 = 81(x+1)
-------
x + x^2 = 81x + 81
-------
x^2 -80x - 81 = 0
----
Factor::
(x-81)(x+1) = 0
-----
Positive solution::
x = 81
-----------
Cheers,
Stan H.
---------

Answer by ikleyn(52777) About Me  (Show Source):
You can put this solution on YOUR website!
.
It even can be solved WITHOUT solving the quadratic equation:


n + n^2 = 81*(n+1)  ====>


n*(n+1) = 81(*(n+1)  ====>  cancel (n+1) in both sides  ====>

n = 81.

Solved.