-128y^2 x y^1 +2 = -128y^3
Answer:
219
Step-by-step explanation:
83 + 119 = 202
202 + 17 = 219
Answer:
4,301,970
5,149,815
Step-by-step explanation:
The cost of a bicycle is 2895
Therefore the cost of 1486 bicycles is
= 2895×1486
= 4,301,970
A truck can carry 6785 kg of food
Therefore the amount in which 759 truckj can carry can be calculated as follows
= 6785×759
= 5,149,815
Answer:
x = 4
Step-by-step explanation:
If you do not want to read the explanation go the the next part in bold
Ok so the shorter leg of the triangle is a radius of the circle. ( This is indicated by the point in the middle of the circle.) for the hypotenuse we are given one part of the length (2) The other part also happens to be a radius ( remember that a radius is a line that starts from the center of the triangle to any point of the circumference. ) Also remember that the radius is equal to 3. That being said the hypotenuse = 2+3 which equals 5.
This triangle then happens to be a right triangle. ( A triangle formed by a tangent line and a radius is a right triangle.) This means that we can use the Pythagorean theorem to solve for x.
Below here is where the work is shown
a² + b² = c². where a and b = legs and c = hypotenuse. We are given the hypotenuse (5) and a leg (3) So we plug in what we are given and solve for the missing information. 5² = 3² + b²
5² = 25
3² = 9
we would then have 25 = 9 + b²
Next we subtract 9 from each side
25 - 9 = 16
9 - 9 cancels out
Now we have 16 = b²
finally we want to get rid of the ²
To do so we take the square root of each side

we're left with b = 4 which means that x = 4
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