document.write( "Question 202862: Hi I need help with this linear word problem please.
\n" );
document.write( "A total of 300 tickets were sold for the school play. The number of student tickets sold was three times the number of adult tickets sold . How many student tickets were sold?\r
\n" );
document.write( "\n" );
document.write( "My try: T=300 S(3)A?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #153023 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! let x = adults \n" ); document.write( "let 3x = students \n" ); document.write( "x+3x=300 \n" ); document.write( "4x=300 \n" ); document.write( "x=75 adults \n" ); document.write( "3x=225 students \n" ); document.write( " |