document.write( "Question 854310: Four students are planning to rent an apartment for a year and share equally in the cost. By adding a fifth person, each person saves $60 a month. How much is the monthly rent? \n" ); document.write( "
Algebra.Com's Answer #514577 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! Set x = amount each of original 4 pay per month \n" ); document.write( "Four times amount of the equal payment \n" ); document.write( " = \n" ); document.write( "Five times new amount each person pays.\r \n" ); document.write( "\n" ); document.write( "4x = 5(x-60) \n" ); document.write( "4x = 5x - 300 \n" ); document.write( "add -5x to each side \n" ); document.write( "-x = -300 \n" ); document.write( "multiply (-1) times each side \n" ); document.write( "x = 300 \n" ); document.write( "The total rent is 4*300 = $1200 \n" ); document.write( " |