Answer: 34.54feet
Step-by-step explanation:
Thw circumference of the pool will be calculated by using the formula:
= 2πr
where
π = 3.14
r = 5.5
Therefore, circumference = 2πr
= 2 × 3.14 × 5.5
= 34.54feet
Therefore, the circumference of the pool to the nearest hundredth is 34.54feet.
<h3 /><h3>

</h3><h3>[ Multiply all digits and variables according to there same value ]</h3>
<em>-</em><em> </em><em>BRAINLIEST</em><em> answerer</em><em> ❤️</em>
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:
if
is divided by
, the remainder is -9
Step-by-step explanation:
We need to find the remainder if
is divided by 
Dividing
by 
The division is shown in figure attached.
The remainder = -9
The quotient = x+3
So, if
is divided by
, the remainder is -9
<h3>
Answer: -2w^2 + 25w = 25 or -2w^2 + 25w - 25 = 0</h3>
================================================================
Explanation:
Refer to the diagram below. The width is w. We have two opposite and parallel sides equal to this. The other two parallel congruent sides are L = 25-2w meters long. We start with the total amount of fencing, and then subtract off the two width values, so 25-w-w = 25-2w.
The area of the rectangle is
Area = length*width
Area = L*W
Area = (25-2w)*w
Area = 25w - 2w^2
Area = -2w^2 + 25w
Set this equal to the desired area (25 square meters) to get
-2w^2 + 25w = 25
and we can subtract 25 from both sides to get everything on one side
-2w^2 + 25w - 25 = 0
side note: The two approximate solutions of this equation are w = 1.0961 and w = 11.4039 (use the quadratic formula or a graphing calculator to find this)