Answer:
It is 83.35 Unless your rounding up then it is 84 dollars
Step-by-step explanation:
The perimeter equation for a rectangle is two times the base plus two times the height.
2B + 2H=P
Plug in the known values and solve for x.
2(2x) + 2(x+1)=53
4x+2x+2=53
6x=51
x=8.5
Now that we know what x is, put it back into the formula for the height of the rectangle to find the final answer.
H= x+1
H=8.5+1
H=9.5 ft
A set of data has a normal distribution with a mean of 5.1 and a standard deviation of 0.9. Find the percent of data between 4.2 and 5.1.
Answer: The correct option is B) about 34%
Proof:
We have to find 
To find
, we need to use z score formula:
When x = 4.2, we have:


When x = 5.1, we have:


Therefore, we have to find 
Using the standard normal table, we have:
= 

or 34.13%
= 34% approximately
Therefore, the percent of data between 4.2 and 5.1 is about 34%
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]