47.3k views
5 votes
Can you please help me

Can you please help me-example-1

1 Answer

1 vote

Answer:

the first option

Explanation:

in an "and" statement both parts need to be true, so that the overall condition is true.

is x = 6 a valid solution ?

no, it violates both, x <= -8 and x <= 4

is a value between -8 and 4 a valid solution like x = -2 ?

no, it violates x <= -8, even though it is true for x <= 4.

only values that are smaller or equal to -8 (like -9) are true for both.

and therefore the first answer option is correct.

User Diego Cerdan Puyol
by
3.1k points