document.write( "Question 210935: A vendor has learned that by pricing hot dogs at $1.00, sales will reach 135 hot dogs per day. Raising the price to $1.60 causes sales to fall to 105 hot dogs per day. Let y be the number of hot dogs the vendor sells when they're priced at x dollars. Write a linear equation that models sales as a function of price.\r
\n" );
document.write( "\n" );
document.write( "Guidelines:\r
\n" );
document.write( "\n" );
document.write( "1. What two 'points' (x-value, y-value pairs) are we given?\r
\n" );
document.write( "\n" );
document.write( "2. What is the slope of the line connecting these points?\r
\n" );
document.write( "\n" );
document.write( "3. Use the formula:\r
\n" );
document.write( "\n" );
document.write( "y – {some point's y-value} = m * ( x - {some point's x-value} ) to derive the equation\r
\n" );
document.write( "\n" );
document.write( "(note: some point's y-value and some point's x-value must be the respective x and y values of the same point)\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #159399 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A vendor has learned that by pricing hot dogs at $1.00, sales will reach 135 hot dogs per day. \n" ); document.write( "Raising the price to $1.60 causes sales to fall to 105 hot dogs per day. \n" ); document.write( "Let y be the number of hot dogs the vendor sells when they're priced at x dollars. \n" ); document.write( "Write a linear equation that models sales as a function of price. \n" ); document.write( ": \n" ); document.write( "Guidelines: \n" ); document.write( "1. What two 'points' (x-value, y-value pairs) are we given? \n" ); document.write( "x1 = 1.00; y1 = 135 \n" ); document.write( "x2 = 1.60; y2 = 105 \n" ); document.write( ": \n" ); document.write( "2. What is the slope of the line connecting these points? \n" ); document.write( "The slope formula: m = \n" ); document.write( "m = \n" ); document.write( ": \n" ); document.write( "3. Use the formula: \n" ); document.write( "y – {some point's y-value} = m * ( x - {some point's x-value} ) to derive the equation \n" ); document.write( "(note: some point's y-value and some point's x-value must be the respective x and y values of the same point) \n" ); document.write( ": \n" ); document.write( "y - 135 = -50(x - 1) \n" ); document.write( "y - 135 = -50x + 50 \n" ); document.write( "y = -50x + 50 + 135 \n" ); document.write( "y = -50x + 185 \n" ); document.write( " |