> i think i’m not very positive
Answer:
r = 3
Step-by-step explanation:
x^2 + 6x + y^2 - 8y = - 16
Take half the linear term and square it.
x^2 + 6x + (3)^2 + y^2 - 8y + (-4)^2 = - 16
Add the squared amounts to the right.
x^2 + 6x + 9 + y^2 - 8y + 16 = - 16 + 9 + 16
Combine on the right.
x^2 + 6x + 9 + y^2 - 8y + 16 = 9
Represent the 2 quadratics as perfect squares.
(x + 3)^2 + y - 4)^2 = 9
The radius is the square root of 9 which is 3
Answer:
x=[15:-5:-25]'
Step-by-step explanation:
In order to create a vector you need to use this command:
x = [j:i:k]'
This creates a regularly-spaced vector x using i as the increment between elements. j is the initial value and k is the final value. Besides you need to add the character ' at the end in order to convert the arrow vector in a column vector
Answer:
15
Step-by-step explanation:
35-20= 15