document.write( "Question 885655: A community group bought 30 tickets to an amusement park at a total cost of $810. They bought x student tickets for $25 each and y adult tickets for $30 each.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The community group bought student tickets and adult tickets. \n" );
document.write( "
Algebra.Com's Answer #535730 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A community group bought 30 tickets to an amusement park at a total cost of $810. They bought x student tickets for $25 each and y adult tickets for $30 each. \n" ); document.write( "*** \n" ); document.write( "let x=number of student tickets bought \n" ); document.write( "30-x=number of adult tickets bought \n" ); document.write( ".. \n" ); document.write( "25x+30(30-x)=810 \n" ); document.write( "25x+900-30x=810 \n" ); document.write( "5x=90 \n" ); document.write( "x=18 \n" ); document.write( "30-x=12 \n" ); document.write( "number of student tickets bought=18 \n" ); document.write( "number of adult tickets bought=12 \n" ); document.write( " |