<span>the first one is from walmart which is 5.99$ the other store sells it for 3.49 which one is better to buy
</span>
39.0 is the decimal for it
Answer:
11 tshirts would cost £106.15
Step-by-step explanation:
67.55 divided by 7 = 9.65
9.65 x 11 = 106.15
Therefore the total would be £106.15.
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. =)