document.write( "Question 70690This question is from textbook College Algebra
\n" );
document.write( ": A real estate office handles an apartment complex with 50 units. When the rent per unit is $580 per month, all 50 units are occupied. However, when the rent is $625 per month, the average number of occupied units drops to 47. Assume that the relationship between the monthly rent (p) and the demand (x) is linear.
\n" );
document.write( "A) Write the euqation of the line giving the demand (x) in terms of the rent (p). \n" );
document.write( "
Algebra.Com's Answer #50487 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A real estate office handles an apartment complex with 50 units. When the rent per unit is $580 per month, all 50 units are occupied. However, when the rent is $625 per month, the average number of occupied units drops to 47. Assume that the relationship between the monthly rent (p) and the demand (x) is linear. \n" ); document.write( ": \n" ); document.write( "Since the equation will be linear, we only need two coordinates to write the equation. \n" ); document.write( "They are given, we can assign the values x = no.of units and y = rent: \n" ); document.write( "x1 = 50, y1 = 580 \n" ); document.write( "and \n" ); document.write( "x2 = 47, y2 = 625 \n" ); document.write( ": \n" ); document.write( "Find the slope: m = (y2-y1)/(x2-x1) \n" ); document.write( "m = (625-580)/(47 - 50) = 45/-3 = -15 is the slope (m) \n" ); document.write( ": \n" ); document.write( "A) Write the equation of the line giving the demand (x) in terms of the rent (p) \n" ); document.write( "Use the point/slope equation \n" ); document.write( ": \n" ); document.write( "Using the point/slope formula: y - y1 = m(x - x1) \n" ); document.write( "y - 580 = -15(x - 50) \n" ); document.write( ": \n" ); document.write( "y - 580 = -15x + 750 \n" ); document.write( ": \n" ); document.write( "y = -15x + 750 + 580 \n" ); document.write( ": \n" ); document.write( "y = -15x + 1330 \n" ); document.write( "or \n" ); document.write( "p(x) = -15x + 1330 \n" ); document.write( " |