Answer:
Step-by-step explanation:
perp. 5/2
y - 1 = 5/2(x - 2)
y - 1 = 5/2x - 5
y = 5/2x - 4
Answer:
The first one
Step-by-step explanation:
Answer:
The answer is 24.
Step-by-step explanation:
from 0 to 50 there are 12 numbers that are a multiple of 4 now we convert the 12 and 50 into a fraction it would look like this:
12/50
then we need to find the least common denominator of 50 and 100, it is 100 so we multiply 50 and 12 times 2 to get an answer of 24/100.
<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.