What are we solving here for, Z, X, or Y?
If solve for Z then the answer would be z = x + y
If solve for X then the answer would be z = z - y
If solve for Y than the answer would y = z - x
Hope this help.
Chat with our AI personalities
Draw a circle with its center at the origin and a radius of 3.
(x-y)2 is a square so (x-y)2 >= 0 expanding, x2 - 2xy + y2 >= 0 so x2 + y2 >= 2xy or 2xy <= x2 + y2
(x+y)2 = x2 + 2xy + y2
x2 + y2 - 10x + 4y - 52 = 0 x2 - 10x + y2 + 4y = 52 Complete the square (x2 - 10x + 25) + (y2 + 4y + 4) = 52 + 25 + 4 (x - 5)2 + (y + 2)2 = 81 (x - 5)2 + (y - -2)2 = 92 This is the equation of a circle with center (5, -2), and radius 9.
Need two points. m = slope. (X1, Y1) and (X2, Y2) m = Y2 - Y1/X2 - X1 ==============Or, if function is in this form...... Y =mX + b ======== Read off of function, or get function is this form.