Correct
m<2 = 125
m<8 = 55
m<14 = 100
m<16 = 80
D is the answer as the both have solution x=-2 y=3
14x=-28 12(-2)-3y=-33
x=-2 -3y=-9
y=3
from the given equation
4x-y=11 eq 1
2x+3y=5 eq 2
x=y-11/4 from equation 1
subsitute this value of x in equation 2
2(y-11/4)+3y=5
y-11+6y=10
7y-11=10
y=3
subsitude this value of y in equation (x=y-11/4)
so x= -2
thus same solution so ANSWER IS D
The truck should park 6 feet away from the door
Answer:
y = 3sin2t/2 - 3cos2t/4t + C/t
Step-by-step explanation:
The differential equation y' + 1/t y = 3 cos(2t) is a first order differential equation in the form y'+p(t)y = q(t) with integrating factor I = e^∫p(t)dt
Comparing the standard form with the given differential equation.
p(t) = 1/t and q(t) = 3cos(2t)
I = e^∫1/tdt
I = e^ln(t)
I = t
The general solution for first a first order DE is expressed as;
y×I = ∫q(t)Idt + C where I is the integrating factor and C is the constant of integration.
yt = ∫t(3cos2t)dt
yt = 3∫t(cos2t)dt ...... 1
Integrating ∫t(cos2t)dt using integration by part.
Let u = t, dv = cos2tdt
du/dt = 1; du = dt
v = ∫(cos2t)dt
v = sin2t/2
∫t(cos2t)dt = t(sin2t/2) + ∫(sin2t)/2dt
= tsin2t/2 - cos2t/4 ..... 2
Substituting equation 2 into 1
yt = 3(tsin2t/2 - cos2t/4) + C
Divide through by t
y = 3sin2t/2 - 3cos2t/4t + C/t
Hence the general solution to the ODE is y = 3sin2t/2 - 3cos2t/4t + C/t