Answer:
if you're talking about eifell tower is 984′, 1,063′ to tip
Step-by-step explanation
3(y-1)=y-11
Distribute:
3y - 1 = y- 11
Add 11 to both sides
3y - 12 = y
subtract 3y on both sides
-12 = -2y
Divide by 2y
y= 6
Answer:
Noah needs 8 pounds of the coffee that costs $9.20 per pound and 12 pounds of the coffee that costs $5.50 per pounds
Step-by-step explanation:
Let the number of pounds of the coffee that sells for 9.20 be x while the number of pounds of the coffee that sells for 5.5 be y.
From the question, we know he wants to make 20 pounds of coffee
Thus;
x + y = 20 •••••••••••(i)
Let’s now work with the values
For the $9.20 per pound coffee, the cost out of the total will be 9.20 * x = $9.20x
For the $5.5 per pound coffee, the cost out of the total be 5.5 * y = $5.5y
The total cost is 20 pounds at $6.98 per pound: that would be 20 * 6.98 = $139.6
Thus by adding the two costs together we have a total of $139.6
So we have our second equation;
9.2x + 5.5y = 139.6 •••••••(ii)
From i, y = 20 - x
Let’s substitute this in ii
9.2x + 5.5(20-x) = 139.6
9.2x + 110 -5.5x = 139.6
9.2x -5.5x = 139.6-110
3.7x = 29.6
x = 29.6/3.7
x = 8 pounds
Recall;
y = 20 - x
y = 20-8
y = 12 pounds
Find rates of change until you find a constant.
dy/dx=1,2,3,4,5,6
d2y/dx2=1,1,1,1,1
So the acceleration, d2y/d2x, is constant. This means that this is a quadratic sequence of the form a(n)=an^2+bn+c. So we can set up a system of equations to solve for the values of a,b, and c. Using the first three points, (1,1), (2,2), and (3,4) we have:
9a+3b+c=4, 4a+2b+c=2, and a+b+c=1 getting the differences...
5a+b=2 and 3a+b=1 and getting this difference...
2a=1, so a=1/2 making 5a+b=2 become:
2.5+b=2, so b=-1/2, making a+b+c=1 become:
1/2-1/2+c=1, so c=1 so the rule is:
a(n)=0.5x^2-0.5x+1 or if you prefer to not have decimals
a(n)=(x^2-x+2)/2