Answer:
C
Step-by-step explanation:
| x | > 10
Has solutions that go infinitely high to the right and infinitely low to the left on the number line.
That is x > 10 or x < - 10
This is indicated on Graph C
Answer is $114.75. This is found by taking 1.35% of 8,500.
Same strategy as before: transform <em>X</em> ∼ Normal(76.0, 12.5) to <em>Z</em> ∼ Normal(0, 1) via
<em>Z</em> = (<em>X</em> - <em>µ</em>) / <em>σ</em> ↔ <em>X</em> = <em>µ</em> + <em>σ</em> <em>Z</em>
where <em>µ</em> is the mean and <em>σ</em> is the standard deviation of <em>X</em>.
P(<em>X</em> < 79) = P((<em>X</em> - 76.0) / 12.5 < (79 - 76.0) / 12.5)
… = P(<em>Z</em> < 0.24)
… ≈ 0.5948
Answer:
Then let Cody attend the fall festival!!
Step-by-step explanation:
9514 1404 393
Answer:
5) 729, an=3^n, a[1]=3; a[n]=3·a[n-1]
6) 1792, an=7(4^(n-1)), a[1]=7; a[n]=4·a[n-1]
Step-by-step explanation:
The next term of a geometric sequence is the last term multiplied by the common ratio. (This is the basis of the recursive formula.)
The Explicit Rule is ...

for first term a₁ and common ratio r.
The Recursive Rule is ...
a[1] = a₁
a[n] = r·a[n-1]
__
5. First term is a₁ = 3; common ratio is r = 9/3 = 3.
Next term: 243×3 = 729
Explicit rule: an = 3·3^(n-1) = 3^n
Recursive rule: a[1] = 3; a[n] = 3·a[n-1]
__
6. First term is a₁ = 7; common ratio is r = 28/7 = 4.
Next term: 448×4 = 1792
Explicit rule: an = 7·4^(n-1)
Recursive rule: a[1] = 7; a[n] = 4·a[n-1]