Annual growth rate is (1+0.15)^12. or 5.35025 or 535.025%
Answer:
Step-by-step explanation:

Answer:
(a-c)/b = x
Step-by-step explanation:
a = bx + c
subtract 'c' from each side to get:
(a-c) = bx
divide each side by 'b' to get:
(a-c)/b = x
Question not well presented and diagram is missing
Quadrilateral WILD is inscribed in circle O.
WI is a diameter of circle O.
What is the measure of angle D?
See attached for diagram
Answer:
Step-by-step explanation:
Summation of opposite angles of a quadrilateral inscribed in a circle is 180°, given that the vertices are on the circle.
Given
<WIL = 45°
<ILD = 109°
In the attached;
<WIL + <WDL = 180° (Opposite angle of quadrilateral)
Substitute 45° for <WIL in the above expression
45° + <WDL = 180° ---- Collect like terms
<WDL = 180° - 45°
<WDL = 135°
Hence, the measure of angle D is 135° (See attached)
Step-by-step explanation:
that is
sum(2^r) for r=1 to n, plus sum(1/2) for r=1 to n.
and that is
sum(2^r) + n/2 for r=1 to n.
2^r is a geometric sequence with 2 being the common ratio (every new term is created by multiplying the previous term by 2).
and since r is starting at 1, the first term a1 = 2.
the formula for the sum of a finite geometric sequence is
Sn = a1×(1 - r^n) / (1 - r)
with r being the common ratio .
so, in our case
Sn = 2×(1 - 2^n) / (1 - 2)
Sn = (2 - 2^(n+1)) / -1 = 2^(n+1) - 2
and so, in total we get
2^(n+1) - 2 + n/2 = 2^(n+1) + (n - 4)/2