Answer:
x = -3
Step-by-step explanation:
Given the expression solved by Larry as;
3(2-3) = x
We are to find the equivalent expression x
Using the distributive law;
3(2) - 3(3) = x
6 - 9 = x
-3 = x
Swap
x = -3
Hence Larry could use the distributive law to solve the expression
Answer:
$7.50
Step-by-step explanation:
set it up as a proportion:
amount she charges/number of kids= x/number of kids
4.50/3=x/5
Answer:
$66.60
Step-by-step explanation:
Step 1 so she gave you 13.32 and covers 1 fifth of the cost so you have to times 13.32 by 5 to get how much does the present cost so the total after I times 13.32 by5 equals $66.60
A square root is a number that produces a specific number when multiplied by itself. Basically it's the same number multiplied by itself.
hope this helps:)
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. =)