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);
Answer: what is the question to this?
Step-by-step explanation: thanks let me know okay
Since x represents the year, year 15 will be 15 years.
Plug in "15" as your "x"
y = -2(15)^2 + 36(15) + 6
15^2 = 225 (Exponents come before multiplication)
y = -2(225) + 36(15) + 6
y = -450 + 540 + 6
y = 90 + 6
y = 96
<em>The answer is B</em>
I hope my explanation helps
The number of grams is 20 grams
Let x represent how many grams of a 15 percent alcohol solution
15%x+30%.40/x+40
=25%
0.15x+0.4.30=0.25 (x+40)
0.15x+12=0.25x+10
0.15x-0.25x=10+12
-0.1x=-2
x=-2/-0.1
x=20
Inconclusion The number of grams is 20 grams
Learn more here:
brainly.com/question/24750329