Step-by-step explanation:
the formula for the area of a sector is
(x°(r^2)π)/360
with x being the angle
r bring the radius of the circle
(255(13.4)^2π)/360
399.6
Hope that helps :)
Edit: Misread the diagram, the previous answer was wrong.
Answer:
Where is the question?
Step-by-step explanation:
Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation.
The line passing through (3, -1) and (-1, 5) has this slope:
5+1
m = ---------- = -3/2
-1-3
We need to find the y-intercept. To do this, substitute the knowns (-3/2 for m, -1 for y and 3 for x) into the slope-intercept equation:
-1 = (-3/2)(3) + b. Then: -1 = -9/2 + b, and so b = 9/2 - 1 = 7/2.
The desired equation is y = (-3/2)x + 7/2.