The domain is R so the first one is correct.
Answer:
x=20
Step-by-step explanation:
73-13=60
60÷3=20
Answer:
(1, 9/2) or (1, 4.5)
Step-by-step explanation:
To find the midpoint, take the x1 and x2 values and divide it by 2, same for the y values.
(4-2)/2 and (6 + 3)/2
1 and 4.5
(1, 4.5)
Answer:
Part A: 0
Part B: (-1,-1) since point (-1,1) is located in quadrent four when it is reflected over the y axis the second point would be located in quadrent three and the x and y would both be negative.
Step-by-step explanation:
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: