the sum of three integers is 27. the second integers is 2 less than twice the first integer and the third integer is 5 greater than three times the first. find the numbers
Let the first integer be F
Then 2nd is: 2F - 2, and 3rd is: 3F + 5
We then get: F + 2F - 2 + 3F + 5 = 27
6F + 3 = 27
6F = 27 - 3
6F = 24