document.write( "Question 316621: A number of students go to a game costing a tital of $80. Eight studnets are ill and cant go. Each of the remaining kids have to pay $ 0.50 each. how many studenst went on teh bus?. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "thanksyou so much! \n" );
document.write( "
Algebra.Com's Answer #226609 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A number of students go to a game costing a total of $80. \n" ); document.write( " Eight students are ill and can't go. \n" ); document.write( " Each of the remaining kids have to pay $ 0.50 each. \n" ); document.write( "how many students went on the bus?. \n" ); document.write( ": \n" ); document.write( "Let s = the number of students that actually go \n" ); document.write( "then \n" ); document.write( "(s+8) = number that were scheduled to go \n" ); document.write( ": \n" ); document.write( "Actual cost (per student) - anticipated cost = .50 \n" ); document.write( " \n" ); document.write( "multiply equation by s(s+8), results \n" ); document.write( "80(s+8) - 80s = .50s(s+8) \n" ); document.write( ": \n" ); document.write( "80s + 640 - 80s = .5s^2 + 4s \n" ); document.write( "Arrange as a quadratic equation on the right \n" ); document.write( "0 = .5s^2 + 4s - 640 \n" ); document.write( "Get rid of the decimal, multiply by 2 \n" ); document.write( "s^2 + 8s - 1280 = 0 \n" ); document.write( "This will factor because we know it has to be an integer solution \n" ); document.write( "(s+40)(s-32) = 0 \n" ); document.write( "the positive solution \n" ); document.write( "s = 32 students actually went on the bus \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this by finding the cost of each scenario \n" ); document.write( "80/32 = 2.50; actual price \n" ); document.write( "80/40 = 2.00; we can see each had come up with 50 cents \n" ); document.write( " \n" ); document.write( " |