document.write( "Question 1045622: Steve and Kate had 2406 concert tickets to sell altogether. Steve sold 128 fewer concerts tickets than Kate. How many concert ticket did Steve sell?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #661095 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let S be Steve and K be Kate (you can use x and y or any other letter you wish): \n" ); document.write( ": \n" ); document.write( "S+K = 2406 (1) \n" ); document.write( "S = K-128 (2) \n" ); document.write( "Substitute in (1): \n" ); document.write( "K-128+K = 2406 \n" ); document.write( "2K = 2534 \n" ); document.write( "K = 1267 This is how many tickets Kate sold. And: \n" ); document.write( "S = K-128 = 1267-128 = 1139 This is how many tickets Steve sold. \n" ); document.write( " |