document.write( "Question 806043: Bill and a group of friends decided to rent a house in Aspen Colorado for a week of skiing. They each had to chip in $90 for the week lodging. If they had been able to convince three more people to go, the cost per person would have been reduced by $15. What was the rent for the house for the week? \n" ); document.write( "
Algebra.Com's Answer #485644 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number of friends be x \n" ); document.write( "rent for week = 90x\r \n" ); document.write( "\n" ); document.write( "If 7 join \n" ); document.write( "they total x+7\r \n" ); document.write( "\n" ); document.write( "each has to pay \r \n" ); document.write( "\n" ); document.write( "90x/(x+7) = 75\r \n" ); document.write( "\n" ); document.write( "90x=75(x+7)\r \n" ); document.write( "\n" ); document.write( "90x=75x+525\r \n" ); document.write( "\n" ); document.write( "15x= 525 \n" ); document.write( "/15 \n" ); document.write( "x=35\r \n" ); document.write( "\n" ); document.write( "Rent = 35*90= 3150\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |