document.write( "Question 1200565: The operator of a hotel estimates that 500 rooms per night will be rented if the room per night is $100. For each $10 increase in the price of room, six fewer rooms per night be rented. Determine a linear function that will predicted the number of rooms that will be rented per night for a given price room. Use this model to predict the number of rooms that will be rented if the room rate is $150/night.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #834719 by Theo(13342)![]() ![]() You can put this solution on YOUR website! i believe your simplified function will be y = -.6x + 560.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i derived it as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "start with two points. \n" ); document.write( "the first point is (100,500). \n" ); document.write( "the second point is (110,494).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "from this, you can create a linear function of y = mx + b, where m is the slope and b is the y-intercept.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula for the slope is m = (y2 - y1) / (x2 - x1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "label the first point as (x1,y1) = (100,500). \n" ); document.write( "label the second point as (x2,y2) = (110,494).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m = (y2 - y1) / (x2 - x1) m = (494 - 500) / (110 - 100). \n" ); document.write( "simplify to get: \n" ); document.write( "m = -6/10 = -.6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's your slope.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 100, you want y to be 500). \n" ); document.write( "the point representing this becomes (100,500). \n" ); document.write( "you can use this point to find the y-intercept. \n" ); document.write( "replace y with 500 and x with 100 in the equation to get: \n" ); document.write( "y = -.6x + b becomes: \n" ); document.write( "500 = -.6 * 100 + b \n" ); document.write( "simplify to get: \n" ); document.write( "500 = -60 + b \n" ); document.write( "add 60 to both sides of the equation to get: \n" ); document.write( "560 = b \n" ); document.write( "that's your y-intercept.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation becomes: \n" ); document.write( "y = -.6x + 560\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i graphed the eqwuation to show you that the equation is accurate. \n" ); document.write( "the graph is shown below.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is the price of the room for one night. \n" ); document.write( "y is the number of rooms rented.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 100, y = 500, which is as stated in the problem statement. \n" ); document.write( "when x = 110, y = 494, which indicates that, as the price goes up 10 dollars, the number of rooms rented is 6 less.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this continues for all values of x and corresponding values of y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation can be used to determine the number of rooms rented when the price is 150. \n" ); document.write( "as seen on the graph, the number of rooms rented will be 470 when the price is 150. \n" ); document.write( "the price went up by 5 * 10 = 50 and the number of rooms rented went down by 5 * 6 = 30. \n" ); document.write( "you can derive this from the equation as follows: \n" ); document.write( "the equation is y = -.6 * x + 560 \n" ); document.write( "when x = 150, the equation becomes y = -.6 * 150 + 560. \n" ); document.write( "simplify to get y = 470. \n" ); document.write( " \n" ); document.write( " |