document.write( "Question 907759: Ticket sales for a spaghetti dinner total $2250. There are four times as many adult tickets sold as children's tickets. The prices of the tickets for adults and children are $10 and $5, respectively. Find the number of children's tickets sold. \n" ); document.write( "
Algebra.Com's Answer #550588 by richwmiller(17219) You can put this solution on YOUR website! a=4c \n" ); document.write( "10*(4c)+5c=2250 \n" ); document.write( "c=50 \n" ); document.write( "a=200 \n" ); document.write( "check \n" ); document.write( "200*10=2000 \n" ); document.write( "50*5=250 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |