document.write( "Question 575226: There were 610 people at a play. The admission price was 2$ for adults and 1$ for children. the admission receipts were 960$. How many adults and how many children attended
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #369538 by chana(69)![]() ![]() You can put this solution on YOUR website! There were 610 people at a play. The admission price was 2$ for adults and 1$ for children. the admission receipts were 960$. How many adults and how many children attended \n" ); document.write( "sol : \n" ); document.write( "let x = no of children , (610 - x) be the no of adults \n" ); document.write( "let \n" ); document.write( "(price per child * total chidren)+ (price per adult * total adults) = 960 \n" ); document.write( "(1*x) + ((610 - x)*2)) = 960 \n" ); document.write( "solving x you get, children = 260 and adults 350. \n" ); document.write( " |