document.write( "Question 259967: Both Sorang and Tom have an international stamp collection. Sorang has 370
\n" );
document.write( "stamps, which is twenty less than three times the number of stamps that are in
\n" );
document.write( "Tom’s collection. How many total stamps are in Tom’s international stamp collection?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #191408 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let tom have x stamps. \n" ); document.write( "Sorang has 370. this is less than 3 times tom's collection by 20 \n" ); document.write( "Threfore, 3x-20=370 \n" ); document.write( "solving the equation \n" ); document.write( "3x= 370+20=390 \n" ); document.write( "x=390/3 \n" ); document.write( "x= 130. \n" ); document.write( "Tom has 130 stamps. \n" ); document.write( " |