document.write( "Question 67920This question is from textbook Algebra:Structure and Method
\n" );
document.write( ": The $75 dollar cost for a party was to be shared equally by all those attending. Since 5 more people attended than was expected, the price per person dropped by 50 cents. How many people attended the party? \n" );
document.write( "
Algebra.Com's Answer #48302 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The $75 dollar cost for a party was to be shared equally by all those attending. Since 5 more people attended than was expected, the price per person dropped by 50 cents. How many people attended the party? \n" ); document.write( "------------------ \n" ); document.write( "Let \"x\" be the original number attending \n" ); document.write( "Price per person would have been 75/x \n" ); document.write( "--------------------------------------- \n" ); document.write( "When 5 more attended the number attending was \"x+5\" \n" ); document.write( "Price per person is then 75/(x+5) \n" ); document.write( "=============== \n" ); document.write( "EQUATION: \n" ); document.write( "Old price - New price = 50 cents \n" ); document.write( "75/x - 75/(x+5) = 50 \n" ); document.write( "3/x - 3/(x+5) = 2 \n" ); document.write( "Multiply thru by x(x+5) to get: \n" ); document.write( "3(x+5) - 3x = 2x(x+5) \n" ); document.write( "3x+15 - 3x = 2x^2+10x \n" ); document.write( "2x^2+10x-15=0 \n" ); document.write( "x=[-10+-sqrt(100-4*2*-15)]/4 \n" ); document.write( "x=[-10+-sqrt(220)]/4 \n" ); document.write( "NOTE: This does not turn to be a whole number. \n" ); document.write( "Please check your problem data. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |