Answer:
If you meant [80 + (8*4) ]/2, then [80 + (8*4) ]/2=56
or if you meant 80 + [ 8*4 / 2], then 80 + [ 8*4 / 2] = 96
Step-by-step explanation:
Evalute the expression. 80 + (8x4) divided by 2
so do you mean
the whole expression 80 + (8x4) is over 2 ?
If so then:
evaluate 8x4 = 8 * 4 = 32.
so we have 80 + (8x4) is over 2 = (80 + 32)/2 = 112/2 = 56
If you meant 80 + [ 8*4 / 2]
then 80 + [ 8*4 / 2] = 80 + 8*2 = 80 + 16 = 96
Conquered the Macedonian Satrapies and won the Seleucid-Mauryan war.
We know that coordinates are labeled (x,y)
The formula to find slope is (Y2-Y1)/(X2-X1)
So (2- (-7))/(-6-(-6) undefined because the denominator is zero. The line looks like a vertical line at x=-6
Compute successive differences of the terms.
If they are all the same, the sequence is arithmetic and the common difference is the difference you have found.
If successive pairs of differences have the same ratio, the sequence is geometric and the common ratio is the ratio you have determined.
Example of arithmetic sequence:
1, 3, 5, 7
Successive differences are 3-1 = 2, 5-3 = 2, 7-5 = 2. All the differences are 2, which is the common difference of the sequence.
Example of geometric sequence:
1, -3, 9, -27
Successive differences are -3-1 = -4, 9-(-3) = 12, -27-9 = -36. These are not the same, so the sequence is not arithmetic. Ratios of successive pairs of differences are 12/-4 = -3, -36/12 = -3. These are the same, so the sequence is geometric with common ratio -3.
Answer:
x = y = 22
Step-by-step explanation:
It would help to know your math course. Do you know any calculus? I'll assume not.
Equations
x + y = 44
Max = xy
Solution
y = 44 - x
Max = x (44 - x) Remove the brackets
Max = 44x - x^2 Use the distributive property to take out - 1 on the right.
Max = - (x^2 - 44x ) Complete the square inside the brackets.
Max = - (x^2 - 44x + (44/2)^2 ) + (44 / 2)^2 . You have to understand this step. What you have done is taken 1/2 the x term and squared it. You are trying to complete the square. You must compensate by adding that amount on the end of the equation. You add because of that minus sign outside the brackets. The number inside will be minus when the brackets are removed.
Max = -(x - 22)^2 + 484
The maximum occurs when x = 22. That's because - (x - 22) becomes 0.
If it is not zero it will be minus and that will subtract from 484
x + y = 44
xy = 484
When you solve this, you find that x = y = 22 If you need more detail, let me know.