document.write( "Question 424727: Children's tickets to a movie cost $4. Adult tickets cost $7. If 275 tickets were sold for a total cost of $1174, how many of each type were sold? \n" ); document.write( "
Algebra.Com's Answer #296023 by mananth(16949) You can put this solution on YOUR website! children's ticket x numbers \n" ); document.write( "adult ticket y numbers\r \n" ); document.write( "\n" ); document.write( "... \n" ); document.write( "x+y=275 .............1 \n" ); document.write( "4x+7y=1175 .............2 \n" ); document.write( "multiply (1)by -7 \n" ); document.write( "Multiply (2) by 1 \n" ); document.write( "-7x-7y=-1925 \n" ); document.write( "4x+7y=1175 \n" ); document.write( "Add the two equations \n" ); document.write( "-3x=-750 \n" ); document.write( "/-3 \n" ); document.write( "x=250 children's tickets \n" ); document.write( "plug value of x in (1) 1 x + 1 \n" ); document.write( "y=275 \n" ); document.write( "250+y=275 \n" ); document.write( "y=275-250 \n" ); document.write( "y=25 adult tickets \n" ); document.write( " \n" ); document.write( " |