It takes 8 liters to cover 800 sqft of floor
there are 3.78541 liters in a gallon so it would take 2.11338 gallons to cover the floor
We have the number here are 3 3/8 and 2 1/6
by using the first method,
multiplying 3/8 with 3/3 and 1/6 with 4/4 we get 9/24 and 4/24 so,
3 9/24 + 2 4/24 = (3+2) and (9/24 + 4/24)
when adding 3 and 2 we get 5 and adding 9/24 and 4/24 we get 13/24
so the answer is 5 and 13/24
Answer:
-5
Step-by-step explanation:
or, f(x) = -x^2+10x+16
or, f(7) = (-7)^2+10*-7+16 (-7*-7=49)
=49-70+16
=65-70
=-5
Answer:
190
Step-by-step explanation:
1/2(6+13)(5)
6+ 13 = 19*5 = 95
95/ 1/2= 190
Answer:
8 days
Step-by-step explanation:
On day 8, Isabella will save 256 nickels, bringing her total to 510.
_____
The number of nickels saved on day n is 2^n. The total is 2^(n+1)-2.
_____
The above can be written down from your knowledge of binary sequences. If you want a more formal development, read on.
__
The number of nickels saved on day n is a geometric sequence with first term 2 and common ratio 2. The n-th term of the sequence is ...
an = a1·r^(n-1) = 2·2^(n-1) = 2^n
The sum of n terms of the sequence is ...
S = a1(r^n -1)/(r -1) = 2(2^n -1)/(2-1)
S = 2^(n+1) -2
__
We want S > 500, so ...
500 < 2^(n+1) -2
502 < 2^(n+1)
251 < 2^n
log(251) < n·log(2)
n > log(251)/log(2)
n > 7.97 . . . . . . . . 8 days or more to save more than 500 nickels