document.write( "Question 446842: Tickets to a community theater cost $25 for adults and $5 for kids. At a recent performance, a total of 305 tickets were sold for $6025. How many tickets of each kind were sold \n" ); document.write( "
Algebra.Com's Answer #316237 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! l+r=305 \n" ); document.write( "25l+5r=6025 \n" ); document.write( "5l+5r=1525 \n" ); document.write( "20l=4500 \n" ); document.write( "l=225 \n" ); document.write( "r=80 \n" ); document.write( "225 adult tickets were sold, along with 80 kids tickets.. \n" ); document.write( " |