document.write( "Question 1042228: I'm not entirely sure where this fits, so I'll put it here. Here's my problem:
\n" );
document.write( "Tickets to the premiere of \"The Bigger They Are, the Harder They Hit\" cost $7 for adults and $4 for kids. If 83 people attended the premiere and the theater sold $527 worth of tickets, how many adults attended the premiere? \n" );
document.write( "
Algebra.Com's Answer #657180 by jorel555(1290) ![]() You can put this solution on YOUR website! Let n be the number of adult tickets sold. Then: \n" ); document.write( "7n+4(83-n)=527 \n" ); document.write( "3n=195 \n" ); document.write( "n=65 adult tickets sold. ☺☺☺☺ \n" ); document.write( " |