document.write( "Question 1189902: 5. At $1.40 per pound, the daily supply of tobacco is 1075 pounds, and the daily
\n" ); document.write( "demand is 580 pounds. When the price falls to $1.20 per pound, the daily
\n" ); document.write( "supply decreases to 575 pounds and the daily demand increases to 980 pounds.
\n" ); document.write( "Assume that the supply and demand equations are linear.
\n" ); document.write( "a) Find the supply equations.
\n" ); document.write( "b) Find the demand equations.
\n" ); document.write( "c) Find the equilibrium price and quantity.
\n" ); document.write( "

Algebra.Com's Answer #821409 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Part A\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = price in dollars
\n" ); document.write( "y = amount supplied in pounds\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"At $1.40 per pound, the daily supply of tobacco is 1075 pounds\" gives the point (1.40,1075)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\" When the price falls to $1.20 per pound, the daily
\n" ); document.write( "supply decreases to 575 pounds \" means we have another point (1.20,575)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Slope through those points
\n" ); document.write( "m = (y2-y1)/(x2-x1)
\n" ); document.write( "m = (575-1075)/(1.20-1.40)
\n" ); document.write( "m = (-500)/(-0.20)
\n" ); document.write( "m = 2500
\n" ); document.write( "The slope of 2500 means that for every price increase of $1, the amount supplied goes up by 2500 units.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's find the y intercept using the slope and the first point mentioned
\n" ); document.write( "y = mx+b
\n" ); document.write( "1075 = 2500*(1.40)+b
\n" ); document.write( "1075 = 3500+b
\n" ); document.write( "1075-3500 = b
\n" ); document.write( "-2425 = b
\n" ); document.write( "b = -2425
\n" ); document.write( "Admittedly, the y intercept doesn't make much sense. It's not possible to have a negative amount supplied. However, this is useful to help set up the equation y = 2500x-2425. The key thing to keep in mind is that there's a certain domain to stick to. It only makes sense to have x > 0 and y > 0.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To check this, we plug in x = 1.40 and should get y = 1075. Also, plugging in x = 1.20 should lead to y = 575. I'll let you do those checks.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer:
\n" ); document.write( "
\n" ); document.write( "The supply equation is
\n" ); document.write( "y = 2500x-2425
\n" ); document.write( "
\r
\n" ); document.write( "\n" ); document.write( "==================================================\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Part B\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = price in dollars
\n" ); document.write( "y = amount demanded in pounds\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We'll do similar steps for the demand equation
\n" ); document.write( "\"At $1.40 per pound... the daily
\n" ); document.write( "demand is 580 pounds.\"
\n" ); document.write( "We have the point (1.40,580)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Also,
\n" ); document.write( "\"the price falls to $1.20 per pound...the daily demand increases to 980 pounds.\"
\n" ); document.write( "So we have the other point (1.20, 980)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Slope:
\n" ); document.write( "m = (y2-y1)/(x2-x1)
\n" ); document.write( "m = (980-580)/(1.20-1.40)
\n" ); document.write( "m = 400/(-0.20)
\n" ); document.write( "m = -2000
\n" ); document.write( "A negative slope tells us that each time the price (x) goes up, the demand (y) goes down.
\n" ); document.write( "Specifically, each time the price goes up by $1, the demand goes down by 2000 pounds.
\n" ); document.write( "Unlike the negative y intercept not making much sense, the slope can be negative. It's always negative for demand equations. The price and amount demanded move in opposite directions for demand equations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Like before, I'll use the slope and first point to find the y intercept
\n" ); document.write( "y = mx+b
\n" ); document.write( "580 = -2000*(1.40)+b
\n" ); document.write( "580 = -2800+b
\n" ); document.write( "580+2800 = b
\n" ); document.write( "b = 3380\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The equation
\n" ); document.write( "y = mx+b
\n" ); document.write( "becomes
\n" ); document.write( "y = -2000x+3380\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To check this, we plug in x = 1.40 and should get y = 580. Also, plugging in x = 1.20 should lead to y = 980. I'll let you do those checks.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer:
\n" ); document.write( "
\n" ); document.write( "The demand equation is
\n" ); document.write( "y = -2000x+3380
\n" ); document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "==================================================\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Part C\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We found from the previous parts that:
\n" ); document.write( "Supply equation is y = 2500x-2425
\n" ); document.write( "Demand equation is y = -2000x+3380\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Equilibrium is reached when the quantity supplied equals quantity demanded. Visually, it's where the supply and demand lines intersect. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's use substitution to find that solution
\n" ); document.write( "y = -2000x+3380
\n" ); document.write( "2500x-2425 = -2000x+3380
\n" ); document.write( "2500x+2000x = 3380+2425
\n" ); document.write( "4500x = 5805
\n" ); document.write( "x = 5805/4500
\n" ); document.write( "x = 1.29\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The equilibrium price is $1.29 per pound.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Plug that x value into either y equation
\n" ); document.write( "Supply:
\n" ); document.write( "y = 2500x-2425
\n" ); document.write( "y = 2500*1.29-2425
\n" ); document.write( "y = 800
\n" ); document.write( "Or,
\n" ); document.write( "Demand:
\n" ); document.write( "y = -2000x+3380
\n" ); document.write( "y = -2000*1.29+3380
\n" ); document.write( "y = 800
\n" ); document.write( "The equilibrium quantity is 800 pounds. \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answers:
\n" ); document.write( "Equilibrium price = $1.29 per pound.
\n" ); document.write( "Equilibrium quantity = 800 pounds

\n" ); document.write( "
\n" ); document.write( "
\n" );