document.write( "Question 1207800: A group of 20 senior citizens can charter a bus for a one-day excursion trip for $15 per person. The charter company agrees to reduce the price of each ticket by 10ยข for each additional passenger in excess of 20 who goes on the trip, up to a maximum of 44 passengers (the capacity of the bus). If the final bill from the charter company was $482.40,how many seniors went on the trip, and how much did each pay?\r
\n" );
document.write( "\n" );
document.write( "This is too wordy for me to even know where to begin.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #845904 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Unless you have a lot of experience, start by defining a variable. \n" ); document.write( "What does the problem ask for? It asks for the number of seniors who went on the trip. \n" ); document.write( "We could let x be the number who went on the trip. But then the number of ADDITIONAL seniors, after the original 20, would be (x-20), which would complicate the solution process. \n" ); document.write( "Since the price per senior decreases by 10 cents for each ADDITIONAL senior.... \n" ); document.write( "Let x = number of additional seniors \n" ); document.write( "The total cost of the trip, $482.40, is the product of the number of seniors and the cost for each. Using our definition of x... \n" ); document.write( "20+x = number of seniors \n" ); document.write( "15-0.1x = cost per senior (writing 10 cents as 0.1 dollars) \n" ); document.write( "Then \n" ); document.write( " \n" ); document.write( "Expand using FOIL... \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "This is an ugly quadratic equation that you could solve by factoring, by using the quadratic formula, or by using a tool like a graphing calculator. Note that since a purely algebraic solution is not easy, the problem can probably be solved most quickly using a graphing calculator to solve equation [1] directly. \n" ); document.write( "In any case.... \n" ); document.write( "Factoring gives \n" ); document.write( " \n" ); document.write( "So the number of additional seniors is either 114 or 16. But since the capacity of the bus is 44, the correct number of additional seniors is 16. \n" ); document.write( "ANSWERS: \n" ); document.write( "number of seniors who went on the trip: 20+x = 20+16 = 36 \n" ); document.write( "cost each: 15-0.1x =15-0.1(16) = $15.00-$1.60 = $13.40 \n" ); document.write( "CHECK: 36($13.40) = $482.40 \n" ); document.write( " \n" ); document.write( " |