Question 700995: find two consecutive natural numbers such that eight times the first is 1 less than seven times the second Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! find two consecutive natural numbers such that eight times the first is 1 less than seven times the second
-------------
8n = 7(n + 1) - 1
8n = 7n + 7 - 1 = 7n + 6
n = 6
----------------
--> 6 & 7