document.write( "Question 360106: A total of 915 tickets were sold for a game for a total of $1,130. If adult tickets sold for $2.00 and children's tickets sold for $1.00, how many of each kind of ticket were sold?\r
\n" );
document.write( "\n" );
document.write( "adult ticket=
\n" );
document.write( "Children ticket= \n" );
document.write( "
Algebra.Com's Answer #256951 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let adults be x \n" ); document.write( "children be y \n" ); document.write( ".. \n" ); document.write( "child ticket = 1 \n" ); document.write( "adult ticket =2 \n" ); document.write( "... \n" ); document.write( "x+y =915 \n" ); document.write( "2x+y=1130 \n" ); document.write( "multiply first equation by -1 \n" ); document.write( "-x-y=-915 \n" ); document.write( "add it to second equation \n" ); document.write( "x=215 adults \n" ); document.write( "y=700 children \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |