document.write( "Question 545110: A vendor sold 200 tickets for an upcoming rock concert. Floor seats were $36 and stadium seats were $28. The vendor sold $6080 in tickets. How many $36 and $28 tickets did the vendor sell? \n" ); document.write( "
Algebra.Com's Answer #355461 by lmeeks54(111)\"\" \"About 
You can put this solution on YOUR website!
Let f = # of floor seat tickets sold
\n" ); document.write( "Let s = # stadium seat tickets sold
\n" ); document.write( "...
\n" ); document.write( "Given:
\n" ); document.write( "total of 200 tickets sold
\n" ); document.write( "floor tickets cost $36
\n" ); document.write( "stadium tickets cost $28
\n" ); document.write( "value of all tickets sold = $6,080
\n" ); document.write( "...
\n" ); document.write( "f + s = 200
\n" ); document.write( "36f + 28s = 6080
\n" ); document.write( "...
\n" ); document.write( "Two equations and two unknowns. Let's rewrite the 1st equation solving for one variable in terms of the other and then substitute that identity into the 2nd equation:
\n" ); document.write( "...
\n" ); document.write( "subtract s from both sides:
\n" ); document.write( "f = 200 - s
\n" ); document.write( "...
\n" ); document.write( "substitute this into the 2nd equation:
\n" ); document.write( "36(200 - s) + 28s = 6080
\n" ); document.write( "...
\n" ); document.write( "no we have one equation and one unknown, which we can easily solve:
\n" ); document.write( "7200 - 36s + 28s = 6080
\n" ); document.write( "7200 - 8s = 6080
\n" ); document.write( "...
\n" ); document.write( "add 8s and subtract 6080 from both sides to simplify:
\n" ); document.write( "7200 - 6080 - 8s + 8s = 6080 - 6080 + 8s
\n" ); document.write( "1120 = 8s
\n" ); document.write( "...
\n" ); document.write( "divide both sides by 8:
\n" ); document.write( "s = 140, which is the # of stadium seats sold.
\n" ); document.write( "...
\n" ); document.write( "Let's go back to the f = 200 - s identity to find out how many floor tickets were sold:
\n" ); document.write( "f = 200 - s
\n" ); document.write( "f = 200 - 140
\n" ); document.write( "f = 60, which is the # of floor tickets sold.
\n" ); document.write( "...
\n" ); document.write( "Let's check our work with the value equation:
\n" ); document.write( "36f + 28s = 6080
\n" ); document.write( "36(60) + 28(140) = 6080
\n" ); document.write( "2160 + 3920 = 6080
\n" ); document.write( "6080 = 6080 checks
\n" ); document.write( "...
\n" ); document.write( "The vendor sold 60 floor tix @ $36 ea + 140 stadium tix @ $28 ea.
\n" ); document.write( "...
\n" ); document.write( "cheers,
\n" ); document.write( "Lee
\n" ); document.write( "
\n" ); document.write( "
\n" );