document.write( "Question 972306: Bus tickets cost $3 for an adult and $2 for a child. There are a adults and c children on a bus.
\n" );
document.write( "The total number of people on the bus is 52.
\n" );
document.write( "The total cost of the 52 tickets is $139.
\n" );
document.write( "Find the number of adults and the number of children on the bus. \n" );
document.write( "
Algebra.Com's Answer #594750 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Bus tickets cost $3 for an adult and $2 for a child. There are a adults and c children on a bus. \n" ); document.write( "The total number of people on the bus is 52. \n" ); document.write( "The total cost of the 52 tickets is $139. \n" ); document.write( "Find the number of adults and the number of children on the bus. \n" ); document.write( "*** \n" ); document.write( "let x=number of children on the bus \n" ); document.write( "52-x=number of adults on the bus \n" ); document.write( ".. \n" ); document.write( "2x+3(52-x)=139 \n" ); document.write( "2x+156-3x=139 \n" ); document.write( "x=17 \n" ); document.write( "52-x=35 \n" ); document.write( "number of children on the bus=17 \n" ); document.write( "number of adults on the bus=35 \n" ); document.write( " |