Answer:
0.200
Step-by-step explanation:
The probability of obtaining a 3, in one roll of a fair die is 1/6.
Now, we have 5 rolls.
We now want to know the probability of a 3 showing up in at least one of the rolls.
This simply mean, we add the probabilities of three showing one time plus probability of three showing in 2 of the rolls e.t.c
This means we can have 3 showing up to 5 times.
We add the probabilities as follows:
(1/6) + (1/6)^2 + (1/6)^3 + (1/6)^4 + (1/6)^5 = 0.199974 = 0.200
Answer: (x-2)^2+(y+3)^2 = 9Side notes
1) This circle has a center of (2,-3)
2) The radius of this circle is 3
3) The graph is shown in the attached image
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
Work Shown:
x^2-4x+y^2+6y+4=0
x^2-4x+y^2+6y+4-4=0-4
x^2-4x+y^2+6y = -4
x^2-4x+4+y^2+6y = -4+4 ... see note 1 below
(x^2-4x+4)+y^2+6y = 0
(x-2)^2+y^2+6y = 0
(x-2)^2+y^2+6y+9 = 0+9 ... see note 2 below
(x-2)^2+(y^2+6y+9) = 9
(x-2)^2+(y+3)^2 = 9note 1: I'm adding 4 to both sides to complete the square for the x terms. You do this by first taking half of the x (not x^2) coefficient which in this case is -4. So take half of -4 to get -2. Then square this result to get 4
note 2: Like with note 1, I'm completing the square. What's different this time is that this is for the y terms now. The y coefficient is 6. Half of this is 3. Square 3 to get 9. So this is why we add 9 to both sides.
--------------------------------------------------------
So
the equation in standard form is (x-2)^2+(y+3)^2 = 9Note how
(x-2)^2+(y+3)^2 = 9
is equivalent to
(x-2)^2+(y-(-3))^2 = 3^2
So that second equation listed above is in the form (x-h)^2+(y-k)^2 = r^2
where
h = 2
k = -3
r = 3
making the center to be (h,k) = (2,-3) and the radius to be r = 3
The graph is attached.
Answer:
The equation of this line would be y = 3x + 2
Step-by-step explanation:
In order to find this equation we must first find the slope of the original line. The original slope (the coefficient of x) is -1/3, which means the new slope will also be 3 because perpendicular lines have opposite and reciprocal slopes. Now, we can use this slope along with the point in point-slope form to find the equation of the line.
y - y1 = m(x - x1)
y - 5 = 3(x - 1)
y - 5 = 3x - 3
y = 3x + 2