document.write( "Question 404768: The cost of a bus excursion was $180. This amount was to have been shared equally by all those who said they wished to go. However, 6 people failed to show up so that those who did go each had to pay $1.50 more. How many people actually went on the trip?\r
\n" );
document.write( "\n" );
document.write( "I just want to know how to get started I do not need the actual answer. \n" );
document.write( "
Algebra.Com's Answer #286049 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let x people decide to go initially \n" ); document.write( ".. \n" ); document.write( "cost per person = 180/x \n" ); document.write( "... \n" ); document.write( "6 persons opt out . number which went = x-6 \n" ); document.write( "... \n" ); document.write( "so amount to be paid = 180 /(x-6)\r \n" ); document.write( "\n" ); document.write( "... \n" ); document.write( "180/(x-6) -180/x = 1.5 \n" ); document.write( " |