document.write( "Question 1031866: the 75 dollar cost for a party was to be equally shared by all those attending. Since 5 more people attended than were expected, the price per person dropped by 50 cents. How many people attended the party? \n" ); document.write( "
Algebra.Com's Answer #646551 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "the 75 dollar cost for a party was to be equally shared by all those attending.\r \n" ); document.write( "\n" ); document.write( "let x people attend the party\r \n" ); document.write( "\n" ); document.write( "Price per person = 75/x\r \n" ); document.write( "\n" ); document.write( "5 more people attended than were expected,\r \n" ); document.write( "\n" ); document.write( "75/(x+5) = 75/x -0.50\r \n" ); document.write( "\n" ); document.write( "75/x - 75/(x+5) = 0.5\r \n" ); document.write( "\n" ); document.write( "multiply by x(x+5)\r \n" ); document.write( "\n" ); document.write( "75(x+5)-75x = 0.5x(x+5)\r \n" ); document.write( "\n" ); document.write( "75x+375 -75x = 0.5x^2 +2.5x\r \n" ); document.write( "\n" ); document.write( "0.5x^2 +2.5x-375=0\r \n" ); document.write( "\n" ); document.write( "multiply by 2 \n" ); document.write( "x^2+5x-750=0\r \n" ); document.write( "\n" ); document.write( "x^2+30x-25x-750=0\r \n" ); document.write( "\n" ); document.write( "x(x+30) -25(x+30)=0\r \n" ); document.write( "\n" ); document.write( "(x+30)(x-25)=0\r \n" ); document.write( "\n" ); document.write( "x=25\r \n" ); document.write( "\n" ); document.write( "30 persons attended the party\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " How many people attended the party? \n" ); document.write( " |