document.write( "Question 1151523: If each adult ticket cost $9 and each children ticket cost $5. The total cost you spent was 110 dollars , and you bought 14 tickets in total. How many children and adult ticket did you buy ? \n" ); document.write( "
Algebra.Com's Answer #773297 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
If each adult ticket cost $9 and each children ticket cost $5. The total cost you spent was 110 dollars , and you bought 14 tickets in total. How many children and adult ticket did you buy ?
\n" ); document.write( "==============
\n" ); document.write( "A + C = 14 ----- # of tix
\n" ); document.write( "9A + 5C = 110 --- total cost
\n" ); document.write( "
\n" );