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 #187428 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The total receipts for a basketball game are $1400 for 788 tickets sold. \n" ); document.write( " Adults paid $2.50 for admission and students paid $1.25. \n" ); document.write( " How many of each kind of tickets were sold? \n" ); document.write( "If x is how many of each kind of tickets were sold. \n" ); document.write( ": \n" ); document.write( "You have to decide which type of ticket is represent by x: \n" ); document.write( "Let x = no. of adult tickets \n" ); document.write( "The total number of tickets sold is given as 788, therefore \n" ); document.write( "(788-x) = no. of student tickets \n" ); document.write( ": \n" ); document.write( "The revenue equation \n" ); document.write( "2.50x + 1.25(788-x) = 1400 \n" ); document.write( ": \n" ); document.write( "Solve this equation and you have the number of adult tickets, then (788-x) = no. of student tickets \n" ); document.write( " |