document.write( "Question 53805: 1.) Sales last month were 4000.00, this month they were 5000.00. Write an equation that shows this using y for sales and x for the month. (this month x=0, last month x=-1, next month x=1 etc... 2.) What will the sales be 4 months from now? \r
\n" );
document.write( "\n" );
document.write( "Can someone show me how to work this? Thanks. \n" );
document.write( "
Algebra.Com's Answer #36206 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! (month time,amount from sales) \n" ); document.write( "Points: (-1,4000) and (0,5000) \n" ); document.write( "M = (y2 - y1)/(x2 - x1) = (4000 - 5000)/(-1 - 0) = -1000/-1 = 1000 \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y - 5000 = 1000(x - 0) \n" ); document.write( "y - 5000 = 1000x \n" ); document.write( "y = 1000x + 5000 \n" ); document.write( "In 4 months (x = 4), the amount will be 9000.00 \n" ); document.write( " |