One meter is 3.28 feet, so anything shorter than that. A basketball, maybe a very young child?
Answer:
35
Step-by-step explanation:
Multiply 40 by 0.125 (12.5%) and you get 5
Subtract 5 from 40
35
Answer:
2 ( plot the answer on 2)
Step-by-step explanation:
We do the reciprocal of 3/10 because we are dividing fraction. Which would be 10/3. Change the sign to multiplication because we are dividing fractions. And multiply regularly. SO it would be 3/5 times 10/3 = 2
Answer:
132
Step-by-step explanation:
720-588
Please mark me as brainlyest
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