asamuelortiz1 asamuelortiz1
  • 12-10-2021
  • Mathematics
contestada

Find the equation of the tangent line to the curve y=x sqrtx at point (4,8)

Y=?

Find the equation of the tangent line to the curve yx sqrtx at point 48 Y class=

Respuesta :

200980788 200980788
  • 12-10-2021

Answer: I think y is 32 im not good at this tho

Step-by-step explanation:

Answer Link

Otras preguntas

A biologist is studying the possible role of earthworms on the fertility of farm soils. As part of this research, the number of earthworms per acre of farmland
Write fractions as a mixed number. 31/6
Explain how this situation in Catalonia and Spain is an example of a devolution ?
Day 1 is 6 degrees less than Day 4 and 4 degrees less than Day 10, Day 10 is 62 degrees, what degrees is Day 1?
What expression is equivalent to x^3+8i^3
Build a word that means act of measuring the pelvis: ____________________.
Solve for y 2(y+3)=18
The name of an oxyacid has the suffix -ic acid. What is the suffix of the oxyanion?
Why is coal not a mineral?
Consider the following code: public class B1 { private int i; private int j; ... } public class B2 extends B1 { private int m; private int n; ... } public class