Answer:
x < 10
Step-by-step explanation:
2x-8 <12
Add 8 to each side
2x-8+8 <12+8
2x< 20
Divide by 2
2x/2 < 20/2
x < 10
Answer:
Step-by-step explanation:
A={26,30,32,44,48}
B={22,26,34}
A∩B=26
number of elements=1
elements in ξ are {22,24,26,28,30,32,34,36,38,40,42,44,46,48}
number of elements in ξ=14
P(A∩B)=1/14
I can't draw venn diagram but i give hint
A={30,32,44,48}+{26}
B={22,34}+{26}
A∩B={26}
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
Answer:
To convert a fraction into a decimal, divide the top number by the bottom number. What about with denominators that don't divide into 10, 100 or 1000, such as 7? You still divide the denominator into the numerator, no matter what the numbers are.
Step-by-step explanation:
ok