document.write( "Question 126141: I am completely lost on this problem can you please explain?\r
\n" );
document.write( "\n" );
document.write( "A sales person observes that if an item is priced at $6 per item then 4 items are sold. If it is priced at $8 per item, 2 items are sold. Find an equation to model the number y of items sold for x dollars per item. \n" );
document.write( "
Algebra.Com's Answer #92443 by marcsam823(57)![]() ![]() ![]() You can put this solution on YOUR website! The primary goal of this problem is to find the equation of a line. This is expressed as y = mx + b, where m is the slope of the line and b is the y-intercept (where the line crosses the y axis).\r \n" ); document.write( "\n" ); document.write( "If we remove the \"disguises\" of dollars and number of items we are simply left with two x-coordinates and two y-coordinates as shown in the chart below:\r \n" ); document.write( "\n" ); document.write( "x | y \n" ); document.write( "_____ \n" ); document.write( "6 | 4 \n" ); document.write( "8 | 2\r \n" ); document.write( "\n" ); document.write( "1. To find the slope of this line: \n" ); document.write( "m = \n" ); document.write( "Using y = mx + b: \n" ); document.write( " y = -1x + b\r \n" ); document.write( "\n" ); document.write( "2. Substitute for x and y (plug in either of the two points - we'll use (6,4)): \n" ); document.write( " y = mx + b \n" ); document.write( " 4 = -1(6) + b \n" ); document.write( "3. Find the y-intercept by solving for b: \n" ); document.write( " 4 = -6 + b \n" ); document.write( " b = 10 \n" ); document.write( "The equation is: \n" ); document.write( " y = -x + 10\r \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "Point (6,4) \n" ); document.write( " 4 = -(6) + 10 \n" ); document.write( " 4 = 4 \n" ); document.write( "Point (8,2) \n" ); document.write( " 2 = -(8) + 10 \n" ); document.write( " 2 = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |