Answer:
Step-by-step explanation:
3 tons + 600 lbs = 6600 lbs
Answer:
the sum of 2 consecutive even integers is 66.
Step-by-step explanation:
This means that if one integers is x, the other must be either x-2 or x+2. Therefore, we can write 6=x+(×-2)=2×2. Solving for x, we can find ×=34. this means that the other integer is 34-2=32. indeed, 32+34=66, and done hope this helped C:
Step-by-step explanation:
that is
sum(2^r) for r=1 to n, plus sum(1/2) for r=1 to n.
and that is
sum(2^r) + n/2 for r=1 to n.
2^r is a geometric sequence with 2 being the common ratio (every new term is created by multiplying the previous term by 2).
and since r is starting at 1, the first term a1 = 2.
the formula for the sum of a finite geometric sequence is
Sn = a1×(1 - r^n) / (1 - r)
with r being the common ratio .
so, in our case
Sn = 2×(1 - 2^n) / (1 - 2)
Sn = (2 - 2^(n+1)) / -1 = 2^(n+1) - 2
and so, in total we get
2^(n+1) - 2 + n/2 = 2^(n+1) + (n - 4)/2
Hello!
To find the y-values of the given ordered pairs, substitute the x-values into the equation, y = log₂ x.
y = log₂ 1/2, y = -1
y = log₂ 1, y = 0
y = log₂ 2, y = 1
y = log₂ 4, y = 2
y = log₂ 8, y = 3
y = log₂ 16, y = 4
Therefore, the ordered pairs of y = log₂ x is: {(1/2, -1), (1, 0), (2, 1), (4, 2), (8, 3), (16, 4)}.