Hello! My name is Chris and I’ll be helping you with this problem.
Date: 9/27/20 Time:
Answer:
x = -1
Explanation:
Step 1: Simplify both sides of the equation.
−2(x+3)=−4(x+1)−4
(−2)(x)+(−2)(3)=(−4)(x)+(−4)(1)+−4(Distribute)
−2x+−6=−4x+−4+−4
−2x−6=(−4x)+(−4+−4)(Combine Like Terms)
−2x−6=−4x+−8
−2x−6=−4x−8
Step 2: Add 4x to both sides.
−2x−6+4x=−4x−8+4x
2x−6=−8
Step 3: Add 6 to both sides.
2x−6+6=−8+6
2x=−2
Step 4: Divide both sides by 2.
2x = -2
/2 /2
x=−1
I hope this helped answer your question! Have a great rest of your day!
Furthermore,
Chris
It’s A because (-2)2+(4)2-2(-2)+4(4)+8=0
-4+8+4+-16+8
(8+8) (-4+4) (-16)
16 -16 =0
Answer:
The profits for firma A and B will decrease.
Step-by-step explanation:
Oligopoly by definition "is a market structure with a small number of firms, none of which can keep the others from having significant influence. The concentration ratio measures the market share of the largest firms".
If the costs remain the same for both companies and both firms decrease the prices then we will have a decrease of profits, we can see this on the figure attached.
We have an equilibrium price (let's assume X) and when we decrease a price and we have the same level of output the area below the curve would be lower and then we will have less profits for both companies.
Assuming we need to find i such that
1 ≤ i ≤ n and t[i]=i.
If we need to find only the first occurrence, we can do:
for i:1 to n {
if t[i]=i then return(i)
}
If exhaustive search is required, then put the results (values of i) in an array or a linked list, return the number of values found, and the array (or linked list).