SOLUTION: A pair of consecutive integers has the property of 7 times the smaller is less than 6 times the greater. What are the greatest such integers?
Question 770335: A pair of consecutive integers has the property of 7 times the smaller is less than 6 times the greater. What are the greatest such integers? Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! A pair of consecutive integers has the property of 7 times the smaller is less than 6 times the greater. What are the greatest such integers?
------------------
x = 1st integer
x+1 = 2nd integer
---
7x < 6*(x+1)
7x < 6x + 6
x < 6
=============
The greatest is 5 & 6