Answer:
Step-by-step explanation:
The area of a sector has the formula
Hopefully, this looks somewhat familiar to you. Theta is the central angle given as 75, r is the radius given as 4. Filling in:
and simplifying that a bit to look less threatening, but not by much:
and
Not sure how you're supposed to express your answer so I gave both the fraction and its decimal equivalency.
Answer:
Step-by-step explanation:
You have 3 unknowns: a, b, and c. It's our job to find them algebraically. I'm going to start with the point where x = 0 and y = 7. You'll see why in a minute. Filling in the standard form of a quadratic
using (0, 7):
gives you that c = 7. We will use that value now when we write the next 2 equations. Now the point (-2, 19):
and
so
12 = 4a - 2b
Now for the next point (-1, 12):
and
so
5 = a - b
Now we have a system of equations (the 2 bold font equations) that we will solve by elimination:
12 = 4a - 2b
5 = a - b
Multiply the bottom equation by -4 to get a new system:
12 = 4a - 2b
-20 = -4a + 4b
Add those together to get rid of the a terms and end up with
-8 = 2b so
b = -4
Now we can sub in -4 for b to solve for a. I'm using the second bold type equation to do this:
5 = a - (-4) and
5 = a + 4 so
a = 1 and the equation for the quadratic function is

Answer:
d(x) = √[(x - 2)² + (3x - 1)²]
Step-by-step explanation:
The distance between two points with coordinates (x₁, y₁) and (x₂, y₂) is given as
d = √[(x₂ - x₁)² + (y₂ - y₁)²]
So, the distance between point (2,0) and a point (x,y)
d = √[(x - 2)² + (y - 0)²]
d = √[(x - 2)² + (y)²]
But the point (x,y) is on the line y = 3x - 1
We can substitute for y in the distance between points equation.
d(x) = √[(x - 2)² + (3x - 1)²]
QED!
What class requires this tho? But its 300-850
Answer:
y = 3
Step-by-step explanation:
2x-3y = -5 --------- (1)
y = 2+x ------- (2)
substitute (2) into (1)
2x-3y = -5
2x-3( 2+x ) = -5
2x-6-x = -5
2x-x = -5+6
x = 1
substitute x = 1 into (2)
y = 2+x
y = 2+1
y = 3