Extend to find solutions that fit a second constraint in the formx *a, where inequality symbol and a is an integer. For example solve 3x + 4 >10, then find integers that satisfy bothx < 6 and 3x +4 >10.

Respuesta :

Answer:

[tex]x = \{3,4,5\}[/tex]

Step-by-step explanation:

Given

[tex]3x + 4 > 10[/tex]

[tex]x < 6[/tex]

Required

Solve

We have:

[tex]3x + 4 > 10[/tex]

Collect like terms

[tex]3x > 10 - 4[/tex]

[tex]3x > 6[/tex]

Divide by 3

[tex]x > 2[/tex]

So, we have:

[tex]x > 2[/tex] and [tex]x < 6[/tex] i.e. between 2 and 6 (exclusive)

This implies that:

[tex]x = \{3,4,5\}[/tex]