A=4
B=0
C=7
X=16
This is what I think
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);
Initial value can mean many things, but what I believe it means in this area is the value that you start with (obviously), so in the equation (y=mx+b), the initial value is the b. It is where the line intercepts the y-axis, and that is your initial value, I believe!
I hope this was helpful and answered your inquiry! If you have any further doubts or questions, please let me know so that I can help you!
3,000 in.
(4 x 10) + (7.5 x 10) = 3000
The dimensions on the sketch are 10 times less than the actual rug.
40 in., 7.5 in.
The drawing lengths are ten times more, so you just multiply the dimensions by 10, and then multiply the product you find out to find the actual area of the rug.