Answer: Last option.
Step-by-step explanation:
Given the expression:

The Quotient of powers property states that:
And the Power of a powet property states that:
Then, applying these properties, you get:

Now you must remember that:
Therefore, simpliying the expression, you get:

You have the right idea so far, but you forgot to finish it up.
Point slope form is
y - y1 = m(x - x1)
where m is the slope, and (x1,y1) is the point the line goes through. As you can see, we have infinitely many choices for (x1,y1). If you use the y intercept point (0,5), then
y - y1 = m(x - x1)
y - 5 = -1(x - 0) ..... this is one of infinitely many possible answers
OR
If you use the point (2,3), then we'd say
y - y1 = m(x - x1)
y - 3 = -1(x - 2) ..... which is another possible answer
There are infinitely many other choices, but I'm only picking the points in which your teacher has shown as big dots.
By the way, nice work on getting the correct answer for the slope-intercept form.
Answer:
The distance of flag post from Y is 38.13 m
Step-by-step explanation:
Consider point Y at the intersection of both lines as shown below. Now the point X lies 34 meter from point Y in east direction.
Now flag pole at point X lies at a bearing of N18°W. That is at point X from north, flag post makes an angle of 18° towards west.
Similarly flag pole at point Y lies at a bearing of N40°E. That is at point Y from north, flag post makes an angle of 40° towards east.
Consider ∆ AXY as right angle triangle. Therefore measure of angle FXY is,



Consider ∆ BYX as right angle triangle. Therefore measure of angle FYX is,



Refer attachment 1.
From diagram consider the triangle FYX. To find the third angle that is ∠YFX can be calculated by using angle sum property of triangle.
∠YFX+∠FYX+∠FXY=180°
∠YFX+50°+72°=180°
∠YFX=58°
Refer attachment 2.
Now the distance FY can be calculated using sin rule as follows,

Substituting the values,

Simplifying first two terms,
Cross multiplying,


m
<h3>
Answers:</h3>
- u+v = <3,12>
- w+g = <7,0>
- g-z = <2,4>
- v-u = <9,4>
- y+v = <7,9>
- u+v+y = <4,13>
===================================================
Explanation:
Problem 1
If we had the two vectors u = <a,b> and v = <c,d>, then adding them gives us
u+v = <a+c,b+d>
The corresponding coordinates pair up and add together.
In this case we have
u = <-3,4>
v = <6,8>
So,
u+v = <-3+6,4+8>
u+v = <3,12>
---------------------
Problem 2
We follow the same idea as the previous problem.
w = <8,-1>
g = <-1,1>
w+g = <8+(-1),-1+1>
w+g = <7,0>
---------------------
Problem 3
Similar to addition, subtracting vectors has us subtract the corresponding coordinates.
The general template is:
u = <a,b>
v = <c,d>
u-v = <a-c,b-d>
With this in mind, we can say the following:
g = <-1,1>
z = <-3,-3>
g-z = <-1-(-3),1-(-3)>
g-z = <-1+3,1+3>
g-z = <2,4>
---------------------
Problem 4
Follow the same idea as problem 3 above.
v = <6,8>
u = <-3,4>
v-u = <6-(-3),8-4>
v-u = <6+3,8-4>
v-u = <9,4>
---------------------
Problem 5
Refer to problem 1.
y = <1,1>
v = <6,8>
y+v = <1+6,1+8>
y+v = <7,9>
---------------------
Problem 6
u = <-3,4>
h = v+y = y+v = <7,9>
u+v+y = u + h
u+v+y = <-3,4> + <7,9>
u+v+y = <-3+7,4+9>
u+v+y = <4,13>
Notice how I built off the result of problem 5 when I used h = v+y. The vector v+y is the same as y+v because the order of addition doesn't matter. Also, the idea mentioned in problem 1 can be extended for more than two vectors.