document.write( "Question 102682: The product of two positive integers is 98. If they differ by 7, what are the integer?
\n" ); document.write( "Please help.
\n" ); document.write( "

Algebra.Com's Answer #74694 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let the integers be x and y, then:
\n" ); document.write( "\"x%2Ay+=+98\" and
\n" ); document.write( "\"y-x+=+7\" Rewrite this as \"y+=+x%2B7\" and substitute into the first equation.
\n" ); document.write( "\"x%28x%2B7%29+=+98\" Simplify.
\n" ); document.write( "\"x%5E2%2B7x+=+98\" Subtract 98 from both sides.
\n" ); document.write( "\"x%5E2%2B7x-98+=+0\" Solve this quadratic equation by factoring.
\n" ); document.write( "\"%28x-7%29%28x%2B14%29+=+0\"
\n" ); document.write( "Then x = 7
\n" ); document.write( "y = x+7
\n" ); document.write( "y = 7+7
\n" ); document.write( "y = 14
\n" ); document.write( "The two integers are: 7 and 14\r
\n" ); document.write( "\n" ); document.write( "Check:
\n" ); document.write( "7*14 = 98
\n" ); document.write( "14-7 = 7
\n" ); document.write( "
\n" );