document.write( "Question 799124: At $0.60 per bushel, the daily supply for wheat is 450 bushels and the daily demand is 645 bushels. When the price is raised to $0.90 per bushel, the daily supply increases to 750 bushels and the daily demand decreases to 495 bushels. Assume that the supply and demand equations are linear.\r
\n" );
document.write( "\n" );
document.write( "(A) Find the supply equation.
\n" );
document.write( "(B) Find the demand equation.
\n" );
document.write( "(C) Find the equilibrium price and quantity. \n" );
document.write( "
Algebra.Com's Answer #482508 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! At $0.60 per bushel, the daily supply for wheat is 450 bushels and the daily demand is 645 bushels. When the price is raised to $0.90 per bushel, the daily supply increases to 750 bushels and the daily demand decreases to 495 bushels. Assume that the supply and demand equations are linear. \n" ); document.write( "(A) Find the supply equation. \n" ); document.write( "(0.6,450) and (0.9,750) \n" ); document.write( "slope = (750-450)/(0.9-0.6) = 300/0.3 = 1000 \n" ); document.write( "450 = 1000*0.6+b \n" ); document.write( "450 = 600 + b \n" ); document.write( "b = -150 \n" ); document.write( "S(x) = 1000x - 150 \n" ); document.write( "-------------------------- \n" ); document.write( "(B) Find the demand equation. \n" ); document.write( "(0.6,645) and (0.9,495) \n" ); document.write( "slope = -150 \n" ); document.write( "645 = -150*0.6 + b \n" ); document.write( "b = 555 \n" ); document.write( "D(x) = -150x + 555 \n" ); document.write( "--------------------------- \n" ); document.write( "(C) Find the equilibrium price and quantity. \n" ); document.write( "Solve S(x) = D(x) \n" ); document.write( "1000x - 150 = -150x + 555 \n" ); document.write( "1150x = 705 \n" ); document.write( "x = 0.613 (price) \n" ); document.write( "S(0.613) = 1000*0.613 - 150 = 613-150 = 463 (supply) \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |