document.write( "Question 1079810: A school sold 300 Tickets To A Basketball Game . Tickets Were $9 .00 for adults and $5 for Children.
\n" );
document.write( "If The Total Revenue was $2,340 how many of each ticket was sold ? \n" );
document.write( "
Algebra.Com's Answer #694043 by rapture(86)![]() ![]() You can put this solution on YOUR website! Let a = adult tickets\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let c = children tickets\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We need to set up a system of linear equations involving a and c.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here is the set up:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a + c = 300 \n" ); document.write( "9a + 5c = 2340\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Take it from here. \n" ); document.write( " |