document.write( "Question 636609: The sum of two integers is sixteen. Five tiems the smaller integer is eight more than three times the larger integer. Find the larger integer. \n" ); document.write( "
Algebra.Com's Answer #401135 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The sum of two integers is sixteen. Five tiems the smaller integer is eight more than three times the larger integer. Find the larger integer.
\n" ); document.write( "**
\n" ); document.write( "let x=larger integer
\n" ); document.write( "16-x=smaller integer
\n" ); document.write( "..
\n" ); document.write( "5(16-x)=3x+8
\n" ); document.write( "80-5x=3x+8
\n" ); document.write( "8x=72
\n" ); document.write( "x=9
\n" ); document.write( "
\n" );