document.write( "Question 911377: We are working with solving multi-step equations with one variable. I need to write an equation to solve the following:\r
\n" );
document.write( "\n" );
document.write( "The attendance at a baseball game was 400 people. Student tickets cost $2 and adult tickets cost $3. Total tickets sales were $1050. How many tickets of each type were sold?\r
\n" );
document.write( "\n" );
document.write( "I can't figure out what the equation should be using x to represent the number of tickets.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #553058 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! total sold 400 \n" ); document.write( "total sales 1050 \n" ); document.write( "product sold at 2 and 3 \n" ); document.write( "a+b=400, \n" ); document.write( "2*a+3*b=1050 \n" ); document.write( "a=400-b \n" ); document.write( "We have two equations with two variables. \n" ); document.write( "We will substitute to make one equation with one variable \n" ); document.write( "2*(400-b)+3*b=1050 \n" ); document.write( "800-2b+3*b=1050 \n" ); document.write( "1*b=250 \n" ); document.write( "b=250 \n" ); document.write( "a=400-b \n" ); document.write( "a=150 at $2 and b=250 at $3 \n" ); document.write( "check \n" ); document.write( "150+250=400 \n" ); document.write( "2*a+3*b=1050 \n" ); document.write( "2*150+3*250=1050 \n" ); document.write( "300+750=1050 \n" ); document.write( "1050=1050 \n" ); document.write( "ok \n" ); document.write( "codetickv\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |