Answer:
-6x + 15 = - 69 which x = 14
Step-by-step explanation:
You cannot solve this equation. There is no equal sign anywhere. Either you mean
-6x = 15 in which case the answer is
-6x/-6 = 15/-6
x = - 2 1/2 or x= - 2.5
or you mean that you use the distributive property
- 3(2x + 5)
You may have left something out of this.
-6x + 15 = - 69
You can do it now that you have the complete equation. But you need the entire equation before you can answer the question.
Subtract - 15 from both sides.
-6x + 15 - 15 = -69 - 15
-6x = - 84
Divide by - 6
-6x/-6 = - 84/-6
x = 14
But what you want is
-6x + 15
-6*14 + 15
-84 + 15
-69
-6x + 15 = - 69
when x = 14 which is usually what you are asked.
We want to solve the Initial Value Problem y' = y + 4xy, with y(0) = 1.
To use Euler's method, define
y(i+1) = y(i) + hy'(i), for i=0,1,2, ...,
where
h = 0.1, the step size.,
x(i) = i*h
1st step.
y(0) = 1 (given) and x(0) = 0.
y(1) ≡ y(0.1) = y(0) + h*[4*x(0)*y(0)] = 1
2nd step.
x(1) = 0.1
y(2) ≡ y(0.2) = y(1) + h*[4*x(1)*y(1)] = 1 + 0.1*(4*0.1*1) = 1.04
3rd step.
x(2) = 0.2
y(3) ≡ y(0.3) = y(2) + h*[4*x(2)*y(2)] = 1.04 + 0.1*(4*0.2*1.04) = 1.1232
4th step.
x(3) = 0.3
y(4) ≡ y(0.4) = y(3) + h*[4*x(3)*y(3)] = 1.1232 + 0.1*(4*0.3*1.1232) = 1.258
5th step.
x(4) = 0.4
y(5) ≡ y(0.5) = y(4) + h*[4*x(4)*y(4)] = 1.258 + 0.1*(4*0.4*1.258) = 1.4593
Answer: y(0.5) = 1.4593
The city contributed $13,500; the county contributed $27,000; and the state contributed $54,000.
Let x be the amount the city contributes. Since the county contributes twice as much as the city, the county's amount is 2x. Since the state contributes twice as much as the county, the state's amount is 2(2x) = 4x.
They total 94,500:
x+2x+4x = 94500
7x = 94500
Divide both sides by 7:
x = 13500
2x = 27000
4x = 54000
Answer:
Unit rate: $15 per hour
ordered pair: (1 ,15)
Step-by-step explanation:
30 ÷ 2 = 15
45 ÷ 3 = 15
--------------------------------------------------------------------------------------------------------
they both have 15, which means the graph is proportional and the unit rate is $15 per hour
The choices should be B, C, and E. Hope this helps