document.write( "Question 283556: At a fair,tickets for adults cost $6. tickets for students cost $3. which expression could be used to calculate the total cost for any number of adult(a)and student(s)tickets? \n" ); document.write( "
Algebra.Com's Answer #205796 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
Let A be the number of adult tickets.
\n" ); document.write( "Let S be the number of student tickets.
\n" ); document.write( "6A+3S=TOTAL TICKET COSTS.
\n" ); document.write( "
\n" );