document.write( "Question 172539: 744 tickets were sold for a total of $4527, student tickets cost $5.5 and adult tickets are $8.5. How many tickets of each type were sold? \n" ); document.write( "
Algebra.Com's Answer #127409 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
# of Adult tickets = \"a\"
\n" ); document.write( "# of student tickets =\"s\"
\n" ); document.write( "(1) \"a+%2B+s+=+744\"
\n" ); document.write( "(2) \"8.5a+%2B+5.5s+=+4527\"
\n" ); document.write( "Multiply (1) by \"5.5\" and subtract from (2)
\n" ); document.write( "\"8.5a+%2B+5.5s+=+4527\"
\n" ); document.write( "\"5.5a+%2B+5.5s+=+4092\"
\n" ); document.write( "\"3a+=+435\"
\n" ); document.write( "\"a+=+145\"
\n" ); document.write( "\"a+%2B+s+=+744\"
\n" ); document.write( "\"s+=+599\"
\n" ); document.write( "There were 145 adult tickets sold
\n" ); document.write( "and 599 student tickets sold
\n" ); document.write( "
\n" );