document.write( "Question 161643: Can someone help please.\r
\n" );
document.write( "\n" );
document.write( "Assume that the sales of a certain appliance dealer are approximated by a linear function. Suppose that sales were $6500 in 1982 and $64,500 in 1987. Let x = 0 represent 1982. Find the equation giving yearly sales S(x).\r
\n" );
document.write( "\n" );
document.write( "a. S(x) = 11,600x + 6,500
\n" );
document.write( "b. S(x) = 58,000x + 64,500
\n" );
document.write( "c. S(x) = 58,000x + 6,500
\n" );
document.write( "d. S(x) = 11,600x + 64,500
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #119162 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! let the years = x and the sales = y \n" ); document.write( "make x = 0 for 1982. \n" ); document.write( "then x = 5 for 1987 (1987 - 1982 = 5) \n" ); document.write( "let y = 6500 for 1982, and y = 64500 for 1987. \n" ); document.write( "you have two sets of data points. \n" ); document.write( "they are in the form of (x,y) where x is the x coordinate on the graph and y is the y coordinate on the graph of the equation we're going to create. \n" ); document.write( "(0,6500) \n" ); document.write( "(5,64500) \n" ); document.write( "----- \n" ); document.write( "line you want to create is given by equation y = m*x + b where m is the slope and b is the y intercept. \n" ); document.write( "slope is found by taking the change in y and dividing it by the change in x. \n" ); document.write( "this is given by the formula \n" ); document.write( "m = (y-y1) / (x-x1) \n" ); document.write( "let y = 64500 and y1 = 6500 \n" ); document.write( "let x = 5 and x1 = 0 \n" ); document.write( "formula becomes \n" ); document.write( "m = (64500 - 6500) / (5 - 0) which becomes 58000 / 5 = 11600. \n" ); document.write( "m = 11600. \n" ); document.write( "----- \n" ); document.write( "next you want to find b. \n" ); document.write( "the equation is y = 11600 * x + b \n" ); document.write( "substitute one of the known points on the line and solve for b. \n" ); document.write( "use 5,64500. \n" ); document.write( "equation becomes \n" ); document.write( "64500 = 11600 * (5) + b \n" ); document.write( "64500 = 58000 + b \n" ); document.write( "b = 64500 - 58000 \n" ); document.write( "b = 6500 \n" ); document.write( "----- \n" ); document.write( "equation now becomes \n" ); document.write( "y = 11600 * x + 6500 \n" ); document.write( "----- \n" ); document.write( "looks like your answer is a. \n" ); document.write( "to prove, substitute one of the known values in the equation and solve. \n" ); document.write( "use (0,6500) first \n" ); document.write( "6500 = 11600 * 0 + 6500 = 6500 \n" ); document.write( "first one is good. \n" ); document.write( "use (5,64500) next. \n" ); document.write( "64500 = 11600 * 5 + 6500 = 58000 + 6500 = 64500 \n" ); document.write( "second one is good. \n" ); document.write( "answer is a: y = 11600 * x + 6500 \n" ); document.write( "graph of the equation shown below. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |