document.write( "Question 1010304: The talent show committee sold a total of 530 tickets in advance. Student tickets cost $3 each and the adult tickets cost $4 each. If the total receipts were $1740, how many of each type of ticket were sold? \n" ); document.write( "
Algebra.Com's Answer #625748 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The talent show committee sold a total of 530 tickets in advance. Student tickets cost $3 each and the adult tickets cost $4 each. If the total receipts were $1740, how many of each type of ticket were sold?
\n" ); document.write( "let x=number of student tickets sold
\n" ); document.write( "530-x=number of adult tickets sold
\n" ); document.write( "3x+4(530-x)=1740
\n" ); document.write( "3+2120-4x=1740
\n" ); document.write( "x=380
\n" ); document.write( "530-x=150
\n" ); document.write( "number of student tickets sold=380
\n" ); document.write( "number of adult tickets sold=150
\n" ); document.write( "
\n" );