document.write( "Question 123826: A bus company has 4000 passengers daily, each paying a fare of $2. For each $.015 increase, the company estimates that it will lose 40 passengers per day. If the company needs to take in $10,450 per day to stay in business, what fare should be charged?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The answer supposedly should be $2.75 ??? \n" );
document.write( "
Algebra.Com's Answer #90931 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A bus company has 4000 passengers daily, each paying a fare of $2. For each $.015 increase, the company estimates that it will lose 40 passengers per day. If the company needs to take in $10,450 per day to stay in business, what fare should be charged? \n" ); document.write( ": \n" ); document.write( "Let x = no. of .15 fare increases to attain a revenue of $10,450 \n" ); document.write( ": \n" ); document.write( "No. of passengers: (4000-40x) \n" ); document.write( ": \n" ); document.write( "Fare charged: (2+.15x) \n" ); document.write( ": \n" ); document.write( "The equation: \n" ); document.write( "No. of pass * fare charge = $10450 \n" ); document.write( ": \n" ); document.write( "(4000 - 40x) * (2 + .15x) = 10450 \n" ); document.write( "FOIL \n" ); document.write( "8000 + 600x - 80x - 6x^2 = 10450 \n" ); document.write( ": \n" ); document.write( "Arrange as a quadratic equation \n" ); document.write( "-6x^2 + 520x + 8000 - 10450 = 0 \n" ); document.write( ": \n" ); document.write( "-6x^2 + 520x - 2450 = 0 \n" ); document.write( ": \n" ); document.write( "Simplify, divide equation by -2 \n" ); document.write( "+3x^2 - 260x + 1225 = 0 \n" ); document.write( "Factor this to: \n" ); document.write( "(3x - 245) (x - 5) = 0 \n" ); document.write( ": \n" ); document.write( "x = +5 is the only reasonable solution \n" ); document.write( ": \n" ); document.write( "That means five .15 increases \n" ); document.write( ": \n" ); document.write( "5 * .15 = .75 increase above $2 = $2.75 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "We can check this: 5 * 40 = 200 decrease in passengers, from 4000 \n" ); document.write( "3800 * 2.75 = 10450 \n" ); document.write( " |