document.write( "Question 102387: One integer is two more than another. The sum of the lesser integer and twice the greater is 7. What is the greater integer? \n" ); document.write( "
Algebra.Com's Answer #74461 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!
if first one is \"x\"
\n" ); document.write( "and second one is \"x%2B2\"\r
\n" ); document.write( "\n" ); document.write( "then will be:
\n" ); document.write( "\"x%2B2%28x%2B2%29=7\"
\n" ); document.write( "\"x+%2B+2x+%2B+4+=+7\"
\n" ); document.write( "\"3x+=+7+%96+4\"
\n" ); document.write( "\"3x+=+3\"
\n" ); document.write( "\"x+=+1\" (smaller integer)
\n" ); document.write( "\"x+%2B+2+=+1+%2B+2=+3\" (greater integer)\r
\n" ); document.write( "\n" ); document.write( "the sum
\n" ); document.write( "\"1+%2B+2%283%29=7\"
\n" ); document.write( "\"7=7\"
\n" ); document.write( "
\n" ); document.write( "
\n" );