Travis W. answered 07/08/19
I just like to see others succeed with a smile!
Here's an easy way to do this for next time you have this problem:
Let's say n is the first number, okay?
The third number will be n - 5 because it 5 less than the first
And the second number will be 3(n - 5) because it is 3 times the third which is 5 less than the first.
And their sum is 95 so we can make this solution as n + n - 5 + 3(n - 5) = 95
We do order of operations (PEMDAS) and multiply the 3 by n - 5: n + n - 5 + 3n - 15 = 95
Let's try to get n by itself by combining all like terms: 5n - 20 = 95
Next we add 20 to both sides: 5n = 115
And then we divide by 5 to find n: n = 23
Now that we know what n is, we found our first number (remember we said n is our first number)
Now we plug in n to our other two numbers
Our third number was: n - 5, so we substitute it to 23 - 5 which equals 18.
Now we find our second number which is 3 times the third which is 3 x 18 = 54
We have all three of our numbers now:
1st number = 23, 2nd number is 18, and 3rd number is 54
And their sum equals 95 :D
I really honestly hoped this helped!!!