7% of $45:
= 0.07 * 45
= 3.15
Increase = $3.15
Answer:
The answer is false
Hope this helps !
Mark me brainliest if I'm right :)
The answer to the problem is C 2^12 the reason is because 16^3 is 4,096 and
2^7=128
2^11=2,048
2^12=4,096 which is what we want so this is the answer
2^64=18,447,744,073,709,551,616 which is not even close to what we want at all
So the answer is C 2^12
Answer:
The volume of the community swimming pool is 4 times greaters than the volume of the wading pool.
Step-by-step explanation:
By definition of rectangular prism, we get the respective formulas for the volumes of the community swimming pool and the wadling pool, respectively:
Community swimming pool

Wading pool

Where:
l – Length of the swimming pool, measured in feet.
h – Depth of the swimming pool, measured in feet.
w – Width of the swimming pool, measured in feet.
– Volume of the community swimming pool, measured in cubic feet.
– Volume of the wading swimming pool, measured in cubic feet.
The ratio of the volume of the community swimming pool to the volume of the wadling pool is:



The volume of the community swimming pool is 4 times greaters than the volume of the wading pool.
Answer:
a. a[1] = 3; a[n] = 2a[n-1]
b. a[n] = 3·2^(n-1)
c. a[15] = 49,152
Step-by-step explanation:
Each term of the given sequence is 2 times the previous term. (This description is the basis of the recursive formula.) That is, the terms of the given sequence have a common ratio of 2. This means the sequence is geometric, so the formulas for explicit and recursive rules for a geometric sequence apply.
The first term is 3, and the common ratio is 2.
<h3>(a)</h3>
The recursive rule is ...
a[1] = 3
a[n] = 2×a[n-1]
__
<h3>(b)</h3>
The explicit rule is ...
a[n] = a[1]×r^(n-1)
a[n] = 3×2^(n-1)
__
<h3>(c)</h3>
The 15th term is ...
a[15] = 3×2^(15-1) = 3×2^14
a[15] = 49,152