Answer:
UT + CV = 4x + 33
Step-by-step explanation:
Given:
TW = 14
WU = 2x + 2
VW = 2x + 5
WC = 12
Find:
UT + CV
Computation:
UT = TW + WU
UT = 14 + 2x + 2 = 16 + 2x
CV = VW + WC
CV = 2x + 5 + 12 = 2x + 17
UT + CV
16 + 2x + 2x + 17
UT + CV = 4x + 33
Answer:
540x+680y<=20000
Step-by-step explanation:
x will be the number of laptops. Since they are $540 each, 540x is the amount spent on laptops, depending on how many (x) are purchased.
y will be the number if desktops. Since they are $680 each, 680y is the amount spent on desktops, depending on how many (y) are purchased.
Adding all the money spent on laptops and desktops, we get
540x + 680y. This amount must be less than the $20000. It can be exactly $20000 also. But it cannot be more than $20000.
540x+680y<=20000
Answer:
Hope this solution helps you
Take the vector u = <ux, uy> = <4, 3>.
Find the magnitude of u:
||u|| = sqrt[ (ux)^2 + (uy)^2]
||u|| = sqrt[ 4^2 + 3^2 ]
||u|| = sqrt[ 16 + 9 ]
||u|| = sqrt[ 25 ]
||u|| = 5
To find the unit vector in the direction of u, and also with the same sign, just divide each coordinate of u by ||u||. So the vector you are looking for is
u/||u||
u * (1/||u||)
= <4, 3> * (1/5)
= <4/5, 3/5>
and there it is.
Writing it in component form:
= (4/5) * i + (3/5) * j
I hope this helps. =)