document.write( "Question 255123: I was wondering how you turn a word problem into an algebra equation.
\n" );
document.write( "ex1.1.) The total receipts for a basketball game are $1400 for 788 tickets sold. Adults paid $2.50 for admission and students paid $1.25. How many of each kind of tickets were sold?
\n" );
document.write( "If x is how many of each kind of tickets were sold i was wondering how you put it in an equation.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #187427 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! I would not use x for how many of each kind. \n" ); document.write( "I would use a for number of adult tickets \n" ); document.write( "and s for student tickets \n" ); document.write( "What they really want is how many adult and how many student tickets since we know the total is 788. \n" ); document.write( "a+s=788 \n" ); document.write( "s=788-a \n" ); document.write( "2.50a+1.25s=1400 \n" ); document.write( "you can substitute 788-a for s \n" ); document.write( "2.50a+1.25(788-a)=1400 \n" ); document.write( "Now we have one unknown in one equation \n" ); document.write( " \n" ); document.write( " |