Answer:
1 2/14 ; 1 1/7
Step-by-step explanation:
To solve, change the division sign to a multiplication sign and flip the second fraction.
(4/7)/(2/4) = (4/7)(4/2)
Multiply across
(4 * 4)/(7 * 2) = (16)/(14)
Simplify. Change to mixed fraction (& further simplify if needed).
16/14 = 1 2/14
~
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:
Both solutions are x<span> = 2 and x = -2 are correct
because
</span>when x = 2 , |2| = 2
and
<span>when x = -2, |-2| = 2
hope it helps</span>