Answer:
5/6 = 20/24
5/8 = 15/24
Step-by-step explanation:
These are the answers because:
1) First, the least common denominator is 24 because 8 x 3 is 24 and 6 x 4 is 24
2) Next, multiply the numerators with the same number you multiplied with the denominator
5 x 3 = 15
5 x 4 = 20
3) Therefore, the answers are:
5/6 = 20/24
5/8 = 15/24
Hope this helps!
First we use product rule
y=x^2lnx
dy/dx = x^2 d/dx (lnx) + lnx d/dx (x^2)
dy/dx = x^2 (1/x) + lnx (2x)
dy/dx = x + 2xlnx
now taking second derivative:
d2y/dx2 = 1 + 2[x (1/x) + lnx (1)]
d2y/dx2 = 1 + 2[1+lnx]
1+2+2lnx
3+2lnx is the answer
X*80+y*60= 50*74
x +y =50 | * ( -60)
80x + 60y= 50*74
-60x - 60y=-50*60
---------------------------
20x= 50*(74-60)=50*14
x=50*14/20=35 pounds of 80 cents tea
y=50-35=15 pounds of 60 cents tea
Answer:
C and E
Step-by-step explanation:
To answer this question, we plug in the X values of the coordinates into the equation to see if they'll give us the corresponding Y value.
(X, Y)
Example:
Y = 5X
6 != 5 * 3
We do this for every coordinate point. If the problem doesn't make sense, it doesn't fall on the line. Let's test every one of these.
B. (0, 1)
1 != 5 * 0
C. (3, 15)
15 = 5 * 3
D. (4, 2)
2 != 5 * 4
E. (-1, -5)
-5 = 5 * -1
F. (-1, 5)
5 != 5 * -1
* For those who don't know, the != is how to say "not equal to" in computer science.