Answer:
This solution is implemented in python
num1 = float(input("Number 1: "))
num2 = float(input("Number 2: "))
num3 = float(input("Number 2: "))
print("Sum: "+str(num1+num2+num3))
Explanation:
This line prompts the user for the first number
num1 = float(input("Number 1: "))
This line prompts the user for the second number
num2 = float(input("Number 2: "))
This line prompts the user for the third number
num3 = float(input("Number 2: "))
This calculates and prints the sum
print("Sum: "+str(num1+num2+num3))
Hi there!
We can use implicit differentiation with respect to x:

If a term with 'y' is differentiated, a 'dy/dx' must be included.
We can differentiate each term separately for the explanation.
<u>3xy</u>
We must use the power rule since 'x' and 'y' are both in this term.
Power rule:


Now, we can do the others.
<u>4x</u>
This is a normal power rule derivative.

<u>y²</u>
Since we are not differentiating with respect to y, we must include 'dy/dx'.

Combine the above:

Rearrange to solve for dy/dx.
Move dy/dx to one side:

Factor out dy/dx and divide:

-6
dy\dx multiplied by dx\dt will give you dy\dt and dy\dx=-2 and dx\dt=3
The practice books I use to study for AP exams are 5 Steps to a 5, Barron's, the Princeton Review, and VarsityTutors (app). These are some great resources to study a particular topic or the whole course in general.