document.write( "Question 981058: Brian is ordering tickets online for a concert.The price of each ticket for the concert is t dollars. For online orders there is an additional charge of $ 11 per ticket, and a service charge of $ 14 for the entire order. The cost for 7 tickets can be represented by the expression 7 (t+11)+4.Write two expressions equivalent to the cost expression.Then find the total cost of Brian's online order if the price of each ticket for the concert is $33. \n" ); document.write( "
Algebra.Com's Answer #602112 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "C=total cost; t=price of one ticket
\n" ); document.write( "C=7(t+$11)+$14
\n" ); document.write( "C=(7t+$77)+$14
\n" ); document.write( "C=7t+$91
\n" ); document.write( ".
\n" ); document.write( "For t=$33
\n" ); document.write( "C=7($33)+$91=$231+$91=$322
\n" ); document.write( "
\n" );