document.write( "Question 144622: Some students planned for a get-together. The budget for food was $500. Five of the students failed to come because of the distance and therefore the cost of food for each member increased by $5. How many students attended the get-together?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #105390 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Some students planned for a get-together. The budget for food was $500. Five of the students failed to come because of the distance and therefore the cost of food for each member increased by $5. How many students attended the get-together? \n" ); document.write( ": \n" ); document.write( "Let x = no. of students that attended \n" ); document.write( "then \n" ); document.write( "(x+5) = no. of planned students \n" ); document.write( ": \n" ); document.write( "Planned cost per student = \n" ); document.write( "Actual cost per student = \n" ); document.write( ": \n" ); document.write( "Actual cost = planned cost + $5 \n" ); document.write( " \n" ); document.write( "Multiply equation by x(x+5), resulting in: \n" ); document.write( "500(x+5) = 500x + 5x(x+5) \n" ); document.write( ": \n" ); document.write( "500x + 2500 = 500x + 5x^2 + 25x \n" ); document.write( ": \n" ); document.write( "Arrange as a quadratic equation: \n" ); document.write( "5x^2 + 25x - 2500 = 0 \n" ); document.write( "Simplify \n" ); document.write( "x^2 + 5x - 500 = 0 \n" ); document.write( "Factor: \n" ); document.write( "(x+25)(x-20) = 0 \n" ); document.write( "positive solution \n" ); document.write( "x = 20 students actually attended \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution by finding the cost of each \n" ); document.write( "500/20 = 25 \n" ); document.write( "500/25 = 20 \n" ); document.write( " |