document.write( "Question 1177508: Solve this application problem using a system of equations: Ron and Wanda are ticket sellers for their class play. Ron sells student tickets for $2.00 each, and Kathy sells adult tickets for $4.50 each. If their total revenue for 369 tickets is $1175.50, then how many tickets did Ron sell? \n" ); document.write( "
Algebra.Com's Answer #806548 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Number of student tickets sold ----x \n" ); document.write( "Number of adult tickets ------------y\r \n" ); document.write( "\n" ); document.write( "x+y = 369\r \n" ); document.write( "\n" ); document.write( "multiply by 4.5 \n" ); document.write( "4.5x+4.5y = 1660.50\r \n" ); document.write( "\n" ); document.write( "2x+ 4.5y = 1175.50\r \n" ); document.write( "\n" ); document.write( "subtract \n" ); document.write( "2.5x =585\r \n" ); document.write( "\n" ); document.write( "x=234 \n" ); document.write( " |