Answer:
Before Tim ate any of the jellybeans, here are numbers:
pineapple or p =10
raspberry or r = 10
orange or o = 10
Tim has eaten 6 orange and 4 pineapple jellybeans. Hence, what's left are:
p = 10-4 =6
o = 10-6 =4
r = 10 so now total jelly beans are 20
So the probability of getting a raspberry is:
p(r) = number of r/total
10/20 or 50%
It's False; an octagon has 8 vertices. When you remove the starting vertex and the two adjacent vertices we're left with 5 possible diagonals
Answer:
Rotation 180° counterclockwise about the origin
The length is 9.
The formula to find the perimeter of a rectangle is
2L + 2W = P.
2L + 2(4) = 26.
2L + 8 = 26.
2L + 8 (-8) = 26 (-8).
2L = 18.
2L/2 = 18/2.
L = 9.
Answer:
<em>(x - 2)^2 + (y + 1)^2 = 26</em>
Step-by-step explanation:
A circle with center O(2, -1) that passes through the point A(3, 4).
=> The radius of this circle is OA which could be calculated by:
OA = sqrt[(3 - 2)^2 + (4 - (-1))^2] = sqrt[1^2 + 5^2] = sqrt[26]
The equation of a circle with center O(a, b) and radius r could be written as:
(x - a)^2 + (y - b)^2 = r^2
=> The equation of circle O above with center O(2, -1) and radius = sqrt(26) is shown as:
(x - 2)^2 + (y - (-1))^2 = (sqrt(26))^2
<=>(x - 2)^2 + (y + 1)^2 = 26
Hope this helps!