28.13÷450= .0625111
.0625111×100= 6.25111%
Answer:
The probability is 9.80%.
Step-by-step explanation:
The u.s. senate consists of 100 members, 2 from each state.
A committee of five senators is formed.
P(at least one from Your state) = 1- 
= 1- 
= 
= 0.098
That is, 9.80%.
1: 1.19 for 67.2 ounces is about 1.77 cents per ounce. However, $1.50 for 72 ounces is about 2.08 cents per ounce. Clearly, then, the first bottle is cheaper.
2. We simply divide 3/4 by 2 to get (3/4)/2=3/(4*2)=3/8.
3. If the length of the second is 20 feet compared to a 2-foot length for the first, the width of the second rectangle will be ten times the width of the first, so the width of the second rectangle is 10*8=80.
Answer:
no
Step-by-step explanation:
Short answer: I don't know, but that doesn't mean I can't give you something that you can decide for yourself.
y = 4*2^(2n - 2) is the pattern.
Go for broke. Try n = 4. You should get 256. Let's try it.
y = 4 * 2^(2*4 - 2)
y = 4 * 2^(8 - 2)
y = 4 * 2^6
y = 4 * 64
y = 256 yup it works.
The other end is just as important. Suppose n = 1
Then y = 4 * 2^(2*1 - 2) = 4 * 2^0 = 4*1 = 4 Both work.
If this formula is correct, we can abbreviate it to make your task easier.
y = 4 * 2^(2n - 2)
y = 2^2 * 2^(2n - 2)
y = 2^(2n - 2 + 2)
y = 2^(2n) Now try the two end points again.
n = 4
y = 2^(2*4)
y = 2^8
y = 256
n = 1
y = 2^(2*1)
y = 2^2
y = 4 which again checks.
so y = 2^(2n) I think is an exponential function.
Sorry my explanation is so long.