The larger of two integers is 4 more than 9 times the smaller. The sum of the two integers is greater than or equal to 26. Find the smaller possible integer values for both of these integers.

Respuesta :

We are given 2 statements.

We translate them to algebraic statements.

Let

smaller integer be s, and

larger integer be l

"The larger of two integers is 4 more than 9 times the smaller."

We can write this as:

[tex]l=9s+4[/tex]

Then, we are given sum of 2 integers is greater than or equal to 26, we can write:

[tex]l+s\geq26[/tex]

We put 1st equation in 2nd:

[tex]\begin{gathered} l+s\geq26 \\ 9s+4+s\geq26 \\ 10s\geq22 \\ s\geq2.2 \end{gathered}[/tex]

The next integer value (smallest of them all) of s is "3".

Now, if s is 3, l would be:

l = 9s + 4

l = 9(3) + 4

l = 27 + 4

l = 31

smaller of the both integers:

Smaller Number: 3

Larger Number: 31