Find the equation of a line tangent to the curve xy = (suqareroot^xy -x) + 1 at the point (1, 2).

A. y= 2-x
B. y = 5-3x
C. y = 5.667 - 2.667x
D. y= 2.667 - 1.333x
E. y = 2.667 - 1.667x

B. y = 5-3x

clarify what is meant by " (suqareroot^xy -x) "

is it √(xy) - x
is it (√x)y - x

√<super>xy</super> is meaningless

that last part was supposed to look like this:

xy is meaningless

or in better format

(√)^(xy)

xy=√xy-x +1

I assume you meant

xy = √(xy-x) + 1
because (1,2) actually satisfies the equation.
So, now we have
y + xy' = 1/(2√(xy-x)) * (y+xy')
y+xy' = 1 - 1/(2(xy-1))
y' = (1-2y+2xy^2)/(3x-2x^2y)
at (1,2) then, y' = -5
so the tangent line is
y-2 = -5(x-1)
y = 7-5x

Hmmm. Better double-check my math, and my interpretation of the equation.

To find the equation of a line tangent to the curve at a specific point, you can use the derivative of the curve. The derivative represents the slope of the curve at any given point.

To begin, let's find the derivative of the given curve.

Step 1: Start with the equation of the curve: xy = sqrt(xy - x) + 1.

Step 2: Take the derivative of both sides with respect to x using the product rule and chain rule when necessary.

For the left side:
d/dx(xy) = x(dy/dx) + y.

For the right side:
d/dx(sqrt(xy - x) + 1) = 1/2(1/sqrt(xy - x)) * (y - 1) + 0.

Step 3: Simplify and solve for dy/dx (the derivative of y with respect to x):
x(dy/dx) + y = (1/2)(y - 1)/(sqrt(xy - x)).

Step 4: Let's evaluate the derivative for the given point (1, 2).
Plug in x = 1 and y = 2:

1(dy/dx) + 2 = (1/2)(2 - 1)/(sqrt(2 - 1)).
dy/dx + 2 = 1/2.

Step 5: Solve for dy/dx:
dy/dx = 1/2 - 2 = -3/2.

Now that we have the slope of the curve at the point (1, 2), we can find the equation of the tangent line using the point-slope form.

Step 6: Use the point-slope form:
y - y1 = m(x - x1), where (x1, y1) = (1, 2) and m = -3/2.

Substituting the given values:
y - 2 = -3/2(x - 1).

Step 7: Simplify the equation:
y - 2 = -3/2x + 3/2.
y = -3/2x + 3/2 + 2.
y = -3/2x + 3/2 + 4/2.
y = -3/2x + 7/2.
Multiplying both sides by 2 to clear the fraction:
2y = -3x + 7.

Thus, the equation of the line tangent to the curve at the point (1, 2) is y = (-3/2)x + 7/2, which is equivalent to option C: y = 5.667 - 2.667x.