document.write( "Question 918328: I'm not entirely sure how to do this problem. I need to set up the equation with one variable. I don't need to solve it.
\n" );
document.write( "A concert brings in $1148 in ticket sales. Regular tickets cost $8, while student tickets cost $5.
\n" );
document.write( "A total of 172 tickets were sold. How many regular tickets and student tickets were sold? \n" );
document.write( "
Algebra.Com's Answer #557024 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x+y=172, \n" ); document.write( "x=172-y \n" ); document.write( "y=172-x \n" ); document.write( "8*x+5*y=1148 \n" ); document.write( "8*(172-y)+5*y=1148 \n" ); document.write( "solve for y \n" ); document.write( "or \n" ); document.write( "8*x+5*(172-x)=1148 \n" ); document.write( "solve for x\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |