Answer:
unit rate:2 y-intercept:6
Step-by-step explanation:
Answer:
42 = <em>l</em>
21 = <em>w</em>
Step-by-step explanation:
{l = 2<em>w</em>
{126 = 2<em>w</em> + 2<em>l</em>
126 = 2<em>w</em> + 2[2<em>w</em>]
126 = 2<em>w</em> + 4<em>w</em>
126 = 6<em>w</em>
21 = w [Plug this back into both equations to get the length of 42]; 42 = <em>l</em>
I am joyous to assist you anytime.
Yes you have a good example.
x = number of cookies
2*x = total amount spent on cookies at $2 each
2x-3 = amount you pay after the $3 discount is applied one time for the entire order
-------------
a more numeric example may be this
Lets say you bought 12 cookies, so x = 12
This means it costs 2*x = 2*12 = 24 dollars total if the discount doesnt apply
However, the 3 dollar discount is there, so the grand total is 24-3 = 21 dollars.
Answer:
yp = -x/8
Step-by-step explanation:
Given the differential equation: y′′−8y′=7x+1,
The solution of the DE will be the sum of the complementary solution (yc) and the particular integral (yp)
First we will calculate the complimentary solution by solving the homogenous part of the DE first i.e by equating the DE to zero and solving to have;
y′′−8y′=0
The auxiliary equation will give us;
m²-8m = 0
m(m-8) = 0
m = 0 and m-8 = 0
m1 = 0 and m2 = 8
Since the value of the roots are real and different, the complementary solution (yc) will give us
yc = Ae^m1x + Be^m2x
yc = Ae^0+Be^8x
yc = A+Be^8x
To get yp we will differentiate yc twice and substitute the answers into the original DE
yp = Ax+B (using the method of undetermined coefficients
y'p = A
y"p = 0
Substituting the differentials into the general DE to get the constants we have;
0-8A = 7x+1
Comparing coefficients
-8A = 1
A = -1/8
B = 0
yp = -1/8x+0
yp = -x/8 (particular integral)
y = yc+yp
y = A+Be^8x-x/8