document.write( "Question 955236: there are a total of 100 tickets sold for a movie. adult tickets are $12 each, childrens tickets are $8 each. the theater made a total of $880. how many childrens tickets were sold? adult tickets? \n" ); document.write( "
Algebra.Com's Answer #583479 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! there are a total of 100 tickets sold for a movie. adult tickets are $12 each, childrens tickets are $8 each. the theater made a total of $880. how many childrens tickets were sold? adult tickets? \n" ); document.write( "----- \n" ); document.write( "Equations: \n" ); document.write( "a + c = 100 tickets \n" ); document.write( "12a+8c = 880 dollars \n" ); document.write( "------------------------- \n" ); document.write( "Modify for elimination: \n" ); document.write( "4a + 4c = 400 \n" ); document.write( "6a + 4c = 440 \n" ); document.write( "--------------------- \n" ); document.write( "Subtract and solve for \"a\": \n" ); document.write( "2a = 40 \n" ); document.write( "a = 40 (# of adult tickets sold) \n" ); document.write( "---- \n" ); document.write( "c = 100-40 = 60 (# of children tickets sold) \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |