Each term is double the one before it, so the appropriate choice is ...
... D. f(x+1) = 2f(x)
B = {a, b, c, d}
C = {0, a, 2, b}
B ∪ C = {a, b, c, d, 0, 2}
<h3>Answer: E)</h3>
Everything from the set B and everything from the set C give to one set. Duplicated elements are written only once.
Area of a circle for (360degrees) = pi*(r^2)
Area of part of a circle with angle θ=(θ/360)*(pi*)*(r^2)
<span>(θ/360)*pi*(6^2)=12*pi
</span>solving, <span>θ=(12/36)*360
</span><span>θ=120 degress
</span>
Answer:
Step-by-step explanation:
20) Angles 1 and 2 are supplementary angles( sum of angle 1 and angle 2 is 180 degrees)
21) Angles 1 and 2 are supplementary angles( sum of angle 1 and angle 2 is 180 degrees)
22) Angle TUW + Angle WUV =Angle TUV
Therefore
(7x-9) + (5x - 11) = (9x+1)
7x-9 + 5x - 11 = 9x+1
7x +5x-9x =1 + 11 + 9
3x = 21
x = 21/3= 7
23) GEF - 13 = 5DEG
and DEF = 149 degrees
GEF = 5DEG + 13
Sum of angles (GEF + DEG)=DEF
Therefore,
DEG + 5DEG - 13 = 149
6DEG = 149 + 13 = 162
DEG = 162/6 = 27
GEF = 5DEG = 27 × 5 =135
24) 7x - 1 + 6x -1 = 180(sum of angles in a straight line)
13x-2 = 180
13x = 180+2 = 182
x = 182/13 = 14
25) 5x + 4 + 8x - 7 = 180( sum of supplementary angles is 180)
13x = 180+7-4= 183
x = 183/13 = 14.08
Answer:
An airline estimates that 94% of people booked on their flights actually show up. If the airline books 77 people on the flight for which the maximum number is 75, what is the probability that the number of people who show up will exceed the capacity of the plane?
-------------------------
Binomial Problem with n = 77 and p = 0.94
---
P(76 <= x <= 77) = 1-P(0 <=x <= 75) = 1 - binomcdf(77,0.94,75) = 0.0504
==================
Cheers,
Stan H.