SOLUTION: The product of two consecutive integers is less than the square of the smaller integer. Find the larger of the two integers. What is the larger of the two integers?

Algebra ->  Average -> SOLUTION: The product of two consecutive integers is less than the square of the smaller integer. Find the larger of the two integers. What is the larger of the two integers?      Log On


   



Question 763035: The product of two consecutive integers is less than the square of the smaller integer. Find the larger of the two integers. What is the larger of the two integers?
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
The product of two consecutive integers is less than the square of the smaller integer. Find the larger of the two integers. What is the larger of the two integers?
--------------
n*(n+1) < n^2
n%5E2+%2B+n+%3C+n%5E2
n < 0
eg, -5*-6 = 30
(-6)^2 = 36
------------------
This assumes -6 is < -5, etc