Answer:
a) 100/15 = 6.6667 = 6 2/3
b) C = T( 6 2/3)
= T (6 + 2/3)
C = 1T x 6 2/3
= 6 2/3 T
We can show T as time at end of equation or start of brackets
Answer:
20
Step-by-step explanation:
3 (b + a) = c
3 (4 + 5) = 7
12 + 15 = 7
27 = 7
27 - 7
20
It seems like you forgot to post the answer choices. However, bats are one animal where they can fly but they aren't birds. So this is one counter-example to prove the claim false. Another example would be any flying insects.
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. =)