Answer:
( B) explination
Step-by-step explanation:
6:38 so i got to a easy number to just add easier
+0.22
7:00. -9:45=2.45 so 45 is 3/4 of an hour so there is 1 left so 15=1/4 of an hour so 2.45
+0.15
3:00
so 22-15=7 so she drove 3 hours and 7 minutes :)
A is describing either a rectangle, rhombus, or square, so that's not it. B is the same, C is also a possible rhombus, and so D is the correct answer as a square.
Width of the rectangle is 10.67 ft
<u>Step-by-step explanation:</u>
Step 1:
Let the width of the rectangle be x. Then length = 2x + 12
Given width + length = 44ft ⇒ x + 2x + 12 = 44
⇒ 44 = 3x + 12
⇒ 32 = 3x
⇒ x = 32/3 = 10.67
Width of the rectangle = 10.67 ft
If the sale price is 30%, you turn that into a decimal and it will be .3. now you multiply the discount by 39 and it will get you 11.7. 11.7 is the money of discount so now all you have to do is subtract 11.7 from 39 and you shall get 27.3.
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