document.write( "Question 954578: 340 tickets divide by 3
\n" );
document.write( "A has 80 more than B
\n" );
document.write( "B has 40 more than C
\n" );
document.write( "How many tickets do each have? \n" );
document.write( "
Algebra.Com's Answer #583048 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! c=x \n" ); document.write( "b=x+40 \n" ); document.write( "a=x+40+80 \n" ); document.write( "----------- \n" ); document.write( "x+x+40+x+40+80=340 \n" ); document.write( "3x+160=340 \n" ); document.write( "3x=340-160 \n" ); document.write( "x=180/3 \n" ); document.write( "x=60 C \n" ); document.write( "x+40=100 B \n" ); document.write( "x+120=180 A \n" ); document.write( " |