Answer:
0.9984
Step-by-step explanation:
we have shape parameter for the first component as 2.1
characteristics life = 100000
for this component
we have
exp(-2000/100000)².¹
= e^-0.0002705
= 0.9997
for the second component
shape parameter = 1.8
characteristic life = 80000
= exp(-2000/80000)¹.⁸
= e^-0.001307
= 0.9987
the reliability oif the system after 2000 events
= 0.9987 * 0.9997
= 0.9984
Answer:
exact area = 25(pi) m^2
approximate area = 78.54 m^2
Step-by-step explanation:
diameter = 10 m
radius = diameter/2 = 10 m / 2 = 5 m
area = (pi)r^2
area = (pi)(5 m)^2
area = 25(pi) m^2
area = 78.54 m^2
Answer:a: y=4.5+0.75x
B: y=2.5+1.25x
C: 7.5
Step-by-step explanation:
It’s A, cuz the 4*2 equals 8
Answer:
In the given figure the point on segment PQ is twice as from P as from Q is. What is the point? Ans is (2,1).
Step-by-step explanation:
There is really no need to use any quadratics or roots.
( Consider the same problem on the plain number line first. )
How do you find the number between 2 and 5 which is twice as far from 2 as from 5?
You take their difference, which is 3. Now splitting this distance by ratio 2:1 means the first distance is two thirds, the second is one third, so we get
4=2+23(5−2)
It works completely the same with geometric points (using vector operations), just linear interpolation: Call the result R, then
R=P+23(Q−P)
so in your case we get
R=(0,−1)+23(3,3)=(2,1)
Why does this work for 2D-distances as well, even if there seem to be roots involved? Because vector length behaves linearly after all! (meaning |t⋅a⃗ |=t|a⃗ | for any positive scalar t)
Edit: We'll try to divide a distance s into parts a and b such that a is twice as long as b. So it's a=2b and we get
s=a+b=2b+b=3b
⇔b=13s⇒a=23s