Answer: 20.71 m
Step-by-step explanation:
Given
the length of the poles are 25m and 35 m
The length of the cable is 23 m
Suppose the distance between them is x
From the figure, apply Pythagoras theorem

Distance between Poles is 20.71 m
Answer:
<em>Circumference:</em> 18.84 cm
<em>Area:</em> 28.26 cm^2 (exponent 2)
Step-by-step explanation:
Circumference = 2(pi)r
The diameter is 6. Means the radius is 3 (half of 6)
pi = 3.14
2(3.14) x 3 = 18.84
Circumference is 18.84 cm.
Area of a circle = (pi)r^2
(3.14)(3)^2 = 28.26 cm^2 (exponent 2)
I think the answer is -x+2.
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min