Given the tree concentric circles, with radius 1 unit, 2units, 3 units, do the following
![Given the tree concentric circles with radius 1 unit 2units 3 units do the following class=](https://us-static.z-dn.net/files/d1a/bf1105ee83806aae2a0a64b60f63db69.jpg)
For the 3 circles, in increasing order of the radius, we have:
For a circle of radius R, the arc defined by an angle θ (in degrees) is given by:
L = (θ/360°)*2pi*R
Where pi = 3.14
In this case, we have 3 circles of different radius, and θ = 60°, then we have:
circle 1:
radius = 1 unit, then:
L₁ = (60°/180°)*2*3.14*1 = 2.09
circle 2:
radius = 2 units, then:
L₂ = (60°/180°)*2*3.14*2 = 4.18
circle 3:
radius = 3 units, then:
L₃ = (60°/180°)*2*3.14*3 = 6.28
If you want to learn more about circles:
https://brainly.com/question/1559324
#SPJ1