Answer:
The degree of the polynomial is 3.
A and D i think.(sry this needed to be 20 characters long)
Answer: It's C.
Step-by-step explanation:
Answer:
Yes
Step-by-step explanation:
A for loop basically relies on repeating the same code for a pre-set number of times. During which you can make any code repeat inside of it, including indexing through a type of list. Many times a for-loop will use the indexes in a list to calculate the number of times that the loop has to repeat. This is usually done in order to search or apply changes in an array of other types of data structures that have countless values stored in it.
The answer is <span>√x + √y = √c </span>
<span>=> 1/(2√x) + 1/(2√y) dy/dx = 0 </span>
<span>=> dy/dx = - √y/√x </span>
<span>Let (x', y') be any point on the curve </span>
<span>=> equation of the tangent at that point is </span>
<span>y - y' = - (√y'/√x') (x - x') </span>
<span>x-intercept of this tangent is obtained by plugging y = 0 </span>
<span>=> 0 - y' = - (√y'/√x') (x - x') </span>
<span>=> x = √(x'y') + x' </span>
<span>y-intercept of the tangent is obtained by plugging x = 0 </span>
<span>=> y - y' = - (√y'/√x') (0 - x') </span>
<span>=> y = y' + √(x'y') </span>
<span>Sum of the x and y intercepts </span>
<span>= √(x'y') + x' + y' + √(x'y') </span>
<span>= (√x' + √y')^2 </span>
<span>= (√c)^2 (because (x', y') is on the curve => √x' + √y' = √c) </span>
<span>= c. hope this helps :D</span>