document.write( "Question 1119317: A total of 290 people attended the highschool play. The admission prices were $11 for​ adults, $7 for high school​ students, and $2 for children not yet in high school. The ticket sales totaled $1750. The principal suggested that next year they raise prices to $15 for​ adults, $8 for high school​ students, and $3 for children not yet in high school. He said that if exactly the same number of people attend next​ year, the ticket sales at the higher prices will total $2280. How many​ adults, high school​ students, and children not yet in high school attended this​ year? \n" ); document.write( "
Algebra.Com's Answer #734816 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "If you don't have access to a tool that solves systems of equations for you, you are stuck with having to do a pencil-and-paper solution.

\n" ); document.write( "For a general system of three linear equations, this can be very tedious.

\n" ); document.write( "However, in a timed competitive exam (for example), there will usually be a way of combining the given equations to make the solution relatively easy. So look at the coefficients in the given equations and see if you can see a way to combine them to perhaps eliminate one of the variables.

\n" ); document.write( "The system of equations for this problem is

\n" ); document.write( "\"x%2By%2Bz+=+290\"
\n" ); document.write( "\"11x%2B7y%2B2z+=+1750\"
\n" ); document.write( "\"15x%2B8y%2B3z+=+2280\"

\n" ); document.write( "In this system, I immediately see the \"z\", \"2z\" and \"3z\" in the three equations; if I add the first two equations and compare the resulting equation to the third, variable z will be eliminated.

\n" ); document.write( "\"12x%2B8y%2B3z+=+2040\"
\n" ); document.write( "\"15x%2B8y%2B3z+=+2280\"
\n" ); document.write( "\"3x+=+240\"
\n" ); document.write( "\"x+=+80\"

\n" ); document.write( "I got a bonus this time -- I eliminated TWO variables at once, allowing me to immediately find the value of the third.

\n" ); document.write( "Plugging the value of x into the first two of the original equations, we get

\n" ); document.write( "\"y%2Bz+=+210\"
\n" ); document.write( "\"7y%2B2z+=+870\"

\n" ); document.write( "Double the first equation and compare to the second to eliminate z:

\n" ); document.write( "\"2y%2B2z+=+420\"
\n" ); document.write( "\"5y+=+450\"
\n" ); document.write( "\"y+=+90\"
\n" ); document.write( "\"90%2Bz+=+210\"
\n" ); document.write( "\"z+=+120\"

\n" ); document.write( "Answer: x = 80 (adults); y = 90 (high school students); z = 120 (younger students)
\n" ); document.write( "
\n" );