4.Find three consecutive integers such that the difference of double the largest number and triple the smallest number is -44. Find the three numbers by setting up an equation. Make sure to define your variables

Respuesta :

Solving a linear equation, we will see that the 3 numbers are:

48, 49, and 50.

How to find the 3 numbers?

3 consecutive integers can be written as:

x, x + 1, x + 2

Here we know that 2 times the largest number minus 3 times the smallest one is -44, then:

2*(x + 2) - 3x = -44

We can solve that linear equation for x:

2x + 4 - 3x = -44

(2 - 3)x = -44 - 4

-x = -48

x = 48

Then the 3 numbers are:

  • x = 48
  • x + 1 = 49
  • x + 2 = 50

If you want to learn more about linear equations:

https://brainly.com/question/1884491

#SPJ1