document.write( "Question 567604: There were 610 people at a play. The admission price was $3.00 for adults and $1.00 for children. The admission receipts were $1250. How many adults and children attended?\r
\n" );
document.write( "\n" );
document.write( "I got the answer of 290 adults/320 children. Is this correct?\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #366631 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! There were 610 people at a play. The admission price was $3.00 for adults and $1.00 for children. The admission receipts were $1250. How many adults and children attended? \n" ); document.write( ". \n" ); document.write( "You have it reversed... \n" ); document.write( ". \n" ); document.write( "Let x = number of adult tickets \n" ); document.write( "then \n" ); document.write( "610-x = number of children tickets \n" ); document.write( ". \n" ); document.write( "3x + 1(610-x) = 1250 \n" ); document.write( "3x + 610-x = 1250 \n" ); document.write( "2x + 610 = 1250 \n" ); document.write( "2x = 640 \n" ); document.write( "x = 320 (adults) \n" ); document.write( ". \n" ); document.write( "children: \n" ); document.write( "610-x = 610-320 = 290 \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |