document.write( "Question 275680: You sell tickets for admission to your school play and collect a total of $104. Admission prices are $6 for adults and $4 for children. You sold 21 tickets. How many adult tickets and how many children tickets did you sell? \r
\n" );
document.write( "\n" );
document.write( "How do you set this problem up? \n" );
document.write( "
Algebra.Com's Answer #201040 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 6a+4c=104 \n" ); document.write( "a+c=21\r \n" ); document.write( "\n" ); document.write( "a=10 c=11 \n" ); document.write( " |