document.write( "Question 398167: suppose a market research company finds that at a price of p=$20, they would sell x=42 tiles each month. if they lower the price to p=$10, then more people would purchase the tile, and they can expect to sell x=52 tiles in a months time. find the equation of the line for the demand equation. write your answer in the form p= mx+b. write an equation using two points in the form (x,p) \n" ); document.write( "
Algebra.Com's Answer #282237 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Slope = (10 - 20)/(52 - 42) = -10/10 = -1.\r \n" ); document.write( "\n" ); document.write( "Hence the equation of the line is p = -x + b. To find b, use the point (42,20) (or (52,10)).\r \n" ); document.write( "\n" ); document.write( "20 = -42 + b ==> b = 62\r \n" ); document.write( "\n" ); document.write( "Therefore the equation is p = -x + 62. \n" ); document.write( " |