document.write( "Question 1148699: A man can rent all of his apartments if he rents them for $500 each per month. However, for each $50 increase in rent he will rent two fewer apartments. To guarantee the best monetary return, how much monthly rent should he charge and how many apartments will he rent out? \n" ); document.write( "
Algebra.Com's Answer #770061 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A man can rent all of his apartments if he rents them for $500 each per month. \n" ); document.write( " However, for each $50 increase in rent he will rent two fewer apartments. \n" ); document.write( " To guarantee the best monetary return, how much monthly rent should he charge and how many apartments will he rent out? \n" ); document.write( ": \n" ); document.write( "Let's assume he has 100 apartments, we need to know this. \n" ); document.write( "let x = no. $50 increases in rent and each two apt decreases \n" ); document.write( "then \n" ); document.write( "Rev = total apts * apt rent amt \n" ); document.write( "f(x) = (100 - 2x)(500 + 50x) \n" ); document.write( "FOIL \n" ); document.write( "f(x) = 50000 + 5000x - 1000x - 100x^2 \n" ); document.write( "a Quadratic equation \n" ); document.write( "f(x) = -100x^2 + 4000x + 50000 \n" ); document.write( "simplify, divide by 100 \n" ); document.write( "-x^2 + 40x + 500 = 0 \n" ); document.write( "max rev occurs on the axis of symmetry x = -b/(2a) \n" ); document.write( "x = \n" ); document.write( "x = +20 ea $50 increases and 40 apt decreases \n" ); document.write( ": \n" ); document.write( "Max revenue occurs when he charges 500+20(50) = $1500!! Outrageous! \n" ); document.write( "He will be renting 100 - 2(20) = 60 apartments \n" ); document.write( "Revenue then 60 * 1500 = $90000 vs $50000 renting all 100 at 500 per month \n" ); document.write( ": \n" ); document.write( "\"But how about the all the hardship you are causing these renters, is there a price on that?\" What good is it, if you gain the whole world and lose your soul!!\" \n" ); document.write( " \n" ); document.write( " |