Answer:
15.75
Step-by-step explanation:
30% of 350=105 15% of 105=15.75
Answer:
2 inches
Step-by-step explanation:
36 divided by 6= 6
So 12 divided by 6 is 2
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:
y=(1/3)x-2
Step-by-step explanation:
Plug into equation of y=mx+b
y=(1/3)x-2