Answer:
$50
Step-by-step explanation:
Given data
Cost of sushi= $40
Tax= 5%
Tip= 20%
Let us find the amount of the tax and the tip
Tax
=5/100*40
=0.05*40
=$2
Tip
=20/100*40
=0.2*40
=$8
Hence the total amount paid is
=40+2+8
=$50
Answer:
no you dont
Step-by-step explanation:
You probably mean either

or

Write 8 = 2³, so that in the first interpretation,

and in the second,

Then in the first interpretation, we have

Otherwise, the second interpretation gives

Answer:
$5.75
Step-by-step explanation:
Find the difference between the weeks as this will give you the difference hence the amount deposited each week
0->1
is 12.00->17.75
diffrence is $5.75
1->2
is 17.75->23.50
diffrence is $5.75
the amount saved each week is $5.75
Answer:
y(t) = c₁ e^(-1/2 t) cos(√3/2 t) + c₂ e^(-1/2 t) sin(√3/2 t) + 1
Step-by-step explanation:
y" + y' + y = 1
This is a second order nonhomogenous differential equation with constant coefficients.
First, find the roots of the complementary solution.
y" + y' + y = 0
r² + r + 1 = 0
r = [ -1 ± √(1² − 4(1)(1)) ] / 2(1)
r = [ -1 ± √(1 − 4) ] / 2
r = -1/2 ± i√3/2
These roots are complex, so the complementary solution is:
y = c₁ e^(-1/2 t) cos(√3/2 t) + c₂ e^(-1/2 t) sin(√3/2 t)
Next, assume the particular solution has the form of the right hand side of the differential equation. In this case, a constant.
y = c
Plug this into the differential equation and use undetermined coefficients to solve:
y" + y' + y = 1
0 + 0 + c = 1
c = 1
So the total solution is:
y(t) = c₁ e^(-1/2 t) cos(√3/2 t) + c₂ e^(-1/2 t) sin(√3/2 t) + 1
To solve for c₁ and c₂, you need to be given initial conditions.