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
-> 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) (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.
-------------------------
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.
---------
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.