document.write( "Question 1065112: Together, Steve and Tom sold 96 raffle tickets for their school. Steve sold 15 more than twice as many raffle tickets as Tom. How many raffle tickets did each boy sell? \n" ); document.write( "
Algebra.Com's Answer #680281 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! What do we know from the problem? \n" ); document.write( "S + T = 96 \n" ); document.write( "S = 2T + 15 \n" ); document.write( "Substitute the known value of S from the second equation into the first. \n" ); document.write( "(2T+15) + T = 96 \n" ); document.write( "3T + 15 = 96 \n" ); document.write( "3T = 81 \n" ); document.write( "T = 27 \n" ); document.write( "If Tom sold 27 tickets, then Steve sold 96-27=69 tickets \n" ); document.write( "Is 69 \"15 more than twice\" 27? \n" ); document.write( "69 = 15 + 54 \n" ); document.write( "69 = 69 \n" ); document.write( "Success! \n" ); document.write( " |