In step 1, the commutative property of addition is used since x + 5 is just equal to 5 + x
In step 2, the associative property of addition is used since x is grouped to the last term.
In step 3, the distributive property of multiplication is used since 3 is multiplied to the terms inside the parenthesis.
In step 4, multiplication is done.
Answer:
6
Step-by-step explanation:
800*Y=4800
Y=4800/800
Y=6
Answer:
In programming, a recursive function is a function that calls itself. Recursion is used very commonly in programming, although many simple examples (including some shown in this section) are actually not very efficient and can be replaced by iterative methods (loops or vectorized code in MATLAB).
Step-by-step explanation:
The red vector has a magnitude of 22 and makes an angle of 39 degrees with the horizonal x-axis.
Converting to rectangular form: x = 22 cos 39 deg and y = 22 sin 39 deg