Answer:
900,000
Step-by-step explanation:
there you go bud
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);
31/50
31 ÷ 50 = 0.62
0.62 x 100 = 62%
So the answer is 62%
Hope this helps I didn't know if the 7k was apart of the problem or a typo
(x - 8)² = 144
Take square root of both sides
(x - 8) = √144
x - 8 = 12
x = 12 + 8
x = 20
Original lawn is = 20 feet * 20 feet square
I'm not even that high level sorry