the answer is C, because you solve 2.815-749, and after you divide the result per 4, so it is 1/4
Answer:
a) 0.2
b) 0.2
c) 0.5
Step-by-step explanation:
Let
be the event "the car stops at the signal.
In the attached figure you can see a tree describing all possible scenarios.
For the first question the red path describes stopping at the first light but not stopping at the second. We can determine the probability of this path happening by multiplying the probabilities on the branches of the tree, thus

For the second one the blue path describes the situation

For the las situation the sum of the two green path will give us the answer

Answer:
16pi cm2
Step-by-step explanation:
Area of a circle = pi * radius * radius = pi * 4 cm * 4 cm = 16pi cm2
Answer:
6 + 4 + 10
Step-by-step explanation:
Cramer's rule works as follows:
x+3y=16
3x+y=8
Then
x=Dx/D
y=Dy/D
where Dx,Dy,D are 2x2 matrices formed from of coefficients and right hand side.
D=
1 3
3 1
=1-9=-8
Dx=matrix D with first column replaced by the vector [16,8]=
16,3
8 1
=16-24
=-8
Dy=matrix D with second column replaced by the vector [16,8]=
1 16
3 8
=8-48
=-40
Therefore
x=-8/-8=1
y=--40/-8=5
Check:
x+3y=1+3(5)=16
3x+y=3(1)+5=8 ok.