Answer:
13 , 17 and 25 cm.
Step-by-step explanation:
Let the length of the first side be x cm.
Then the second is x+4 and the third is 2x-1 cm long.
As the perimeter = 55 cm we have the equation:
x + x + 4 + 2x - 1 = 55
4x + 3 = 55
4x = 52
x = 13 cm.
I don’t understand what you are asking for
The program is an illustration of loops
<h3>What are loops?</h3>
Loops are program statements that are used to perform repetition
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This initializes sum to 0
summ = 0
#This gets input for the first number
num = int(input())
#This is repeated while num is not -1
while num!= -1:
#This calculates the sum
summ+=num
#This gets input for the num
num = int(input())
#This prints the sum
print(summ)
Read more about loops at:
brainly.com/question/16397886
You should try asking a tutor on the brainly app
Answer:
Arc Length = 68.7
Step-by-step explanation:
The formula that is used to find the arc length:
s = (θ/360) * 2πr
(You would get the value of θ, by subtracting 57 from 360)
(You would get r by dividing 26 by 2)
Now we can solve this;
s = (303/360) 2π(13)
s = 0.842 * 2π(13)
s = 0.842 * 0.283(13)
s = 68.7
Hope this helps!