document.write( "Question 1151613: the sum of two positive integers is twice their difference and their product is 243. find the numbers \n" ); document.write( "
Algebra.Com's Answer #773416 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Let x and y be the two integers

\n" ); document.write( "Their sum is twice their difference:

\n" ); document.write( "\"x%2By+=+2%28x-y%29\"
\n" ); document.write( "\"x%2By+=+2x-2y\"
\n" ); document.write( "\"3y+=+x\"

\n" ); document.write( "Their product is 243:

\n" ); document.write( "\"xy+=+243\"
\n" ); document.write( "\"%283y%29y+=+243\"
\n" ); document.write( "\"y%5E2+=+81\"

\n" ); document.write( "You can finish from there....

\n" ); document.write( "
\n" ); document.write( "
\n" );