Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
Add all the numbers on the shape until you get your answer
Answer: 0.47
Step-by-step explanation:
The equation 0.15 x + 150 ≥ 450 will help Teagan determine how much he has to sell today ⇒ A
Step-by-step explanation:
The given is:
- The computer store pays its employees $150 per day plus a commission of 15% of their sales
- Teagan wants to make at least $450 today
We need to find which equation will help Teagan to determine how much he has to sell today
Assume that he has to sell by $x today
∵ The store pays $150 per day plus a commission of 15%
of their sales
∵ Teagan's total sales = x
- Multiply 15% by x, then add the product by 150
∴ Teagan makes = 15% × x + 150
∵ 15% × x =
× x = 0.15 x
∴ Teagan makes = 0.15 x + 150
∵ Teagan wants to make at least $450 today
- At least means ≥
∴ Teagan makes ≥ 450
- Substitute Teagan makes by 0.15 x + 150
∴ 0.15 x + 150 ≥ 450
The equation 0.15 x + 150 ≥ 450 will help Teagan determine how much he has to sell today
Learn more:
You can learn more about the linear inequality in brainly.com/question/6703816
#LearnwithBrainly
Answer:
-7.14
Step-by-step explanation:
Evaluate
−4.2(−2.8 + 4.5)
Open parenthesis
(-4.2 * -2.8) + (-4.2 * 4.5)
= (11.76) + (- 18.9)
= 11.76 - 18.9
= -7.14
NOTE:
Negative (-) × negative (-) = positive (+)
Positive (+) × positive (+) = positive (+)
Negative (-) × positive (+) = negative (-)
Positive (+) × negative (-) = negative (-)