How do you find three consecutive integers such that the sum of twice the smallest and 3 times the largest is 126?

1 Answer
Jun 9, 2018

24, 25, 2624,25,26

Explanation:

Let's call the smallest integer nn. Then the next two consecutive integers are n+1n+1 and n+2n+2.

"Sum of twice the smallest and 3 times the largest is 126"

2(n) + 3(n+2) = 1262(n)+3(n+2)=126

2n + 3n + 6 = 1262n+3n+6=126

5n + 6 = 1265n+6=126

5n = 1205n=120

n = 24n=24

So the smallest integer is 2424.

The three consecutive integers are then: 2424, 2525, and 2626.