I’m not to sure I was wondering the same thing
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:
Call the length a, the width b
Perimeter = (a+b) x 2
And since we have (a+b) x 2 = 43.6, a + b = 43.6 : 2 = 21.8
a + b = 21.8
a - b = 7
-> a + b + (a - b) = 28.8
2a = 28.8
a = 14.4
b = 7.4
So, the area of the rectangle is 14.4 x 7.4 = 106.56
D) 12x+9
the slope is 12 and the intercept is 9