Answer:
The width would be 86cm
Step-by-step explanation:
Perimeter is (Width*2) +(Length*2)
Length is 96, multiply by 2 : 96*2 = 192
Subtract this from the total perimeter (364-192 = 172)
Divide this by 2 to get 1 width value (172/2 = 86)
86 cm
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);
Y = mx + c
y = 2x + c
When x = 5 and y = 0,
0 = 2(5) + c
c = -10
y = 2x - 10
Answer:

Step-by-step explanation:
First place 3 as a mixed number = 3/1 then simply divide you get 7/18
Answer:
5.23 < 5.235
Step-by-step explanation:
5.23 < 5.235
we know:
5.235 ≈ 5.24
hence 5.235 is greater than 5.23