Ok so you spent 19 dollars the difference between prices is 5 dollars and your answer would be 12 and 7. If you need any help let me know.
With u = <-7, 6> and v = <-4, 17>, we have
u + 3v = <-7, 6> + 3 <-4, 17> = <-7, 6> + <-12, 51> = <-19, 57>
We want to find a vector w such that
u + 3v + w = <1, 0>
Subtract u + 3v from both sides to get
w = <1, 0> - (u + 3v) = <1, 0> - <-19, 57>
w = <20, -57>
Answer:
Arithmetic Sequence
Step-by-step explanation:
we know that
In an <u><em>Arithmetic Sequence</em></u> the difference between one term and the next is a constant, and this constant is called the common difference
we have

Let




so
the difference between one term and the next is a constant
The common difference is equal to 1
This is an Arithmetic Sequence
Answer:
y = -x + 4
Step-by-step explanation:
(-1,5)...x1 = -1 and y1 = 5
(1,3)....x2 = 1 and y2 = 3
slope(m) = (y2 - y1) / (x2 - x1) = (3 - 5) / (1 - (-1) = -2 / (1 + 1) = -2/2 = -1
y = mx + b
slope(m) = -1
u can use either of ur points...I will use (1,3)...x = 1 and y = 3
now we sub and find b, the y int
3 = -1(1) + b
3 = -1 + b
3 + 1 = b
4 = b
ur equation is : y = -x + 4 <===