Answer:
x is less than or equal to 0
Step-by-step explanation:
- you need to multiply both sides of the inequality by 5/2
- then you reduce the numbers with the greatest common factor 5
- then you reduce the numbers with the greatest common factor 2
- any expression multiplied by 0 equals 0
- so you get x is less than or equal to 0
^^^ hope this helps! :)
Answer:
-38
Step-by-step explanation:
X(x+18) <= 175
<span>x^2+18x-175 <= 0 </span>
<span>(x+25)(x-7) <= 0 </span>
<span>So, -25 <= x <= 7 </span>
<span>Or, for real-world tables, </span>
Answer:
G
Step-by-step explanation:
I did this assignment yesterday
Answer:
The correct option is B.
Step-by-step explanation:
In a program the variables are defined as
int a, b =2;
float c = 4.2;
The given statement is
a = b * c
a = 2 * 4.2
a = 8.4
It is given that variable a is an integer. So, only integer value can be stored in a.
a ≈ 8
It means 8 will be stored in a. Therefore the correct option is B.