document.write( "Question 900033: The difference between the squares of two positive integers is 376 and their positive difference is as small as possible. What is the value of their positive difference? \n" ); document.write( "
Algebra.Com's Answer #545807 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
Let the two positive integers be p and q, p > q\r\n" );
document.write( "\r\n" );
document.write( "p² - q² = 376\r\n" );
document.write( "\r\n" );
document.write( "(p-q)(p+q) = 376\r\n" );
document.write( "\r\n" );
document.write( "So (p-q) and (p+q) are two integers, (p-q) < (p+q),\r\n" );
document.write( "whose product is 376.  The only pairs of factors\r\n" );
document.write( "with product 376 are\r\n" );
document.write( "\r\n" );
document.write( "1,376\r\n" );
document.write( "2,188\r\n" );
document.write( "4,94\r\n" );
document.write( "8,47\r\n" );
document.write( "\r\n" );
document.write( "So we have 4 possible systems of equations:\r\n" );
document.write( "\r\n" );
document.write( "\"system%28p-q=1%2Cp%2Bq=376%29\",\"system%28p-q=2%2Cp%2Bq=188%29\",\"system%28p-q=4%2Cp%2Bq=94%29\",\"system%28p-q=8%2Cp%2Bq=47%29\"\r\n" );
document.write( "\r\n" );
document.write( "The solution to the first system is (p,q) = (188.5,187.5),\r\n" );
document.write( "and those aren't even positive integers.  So the smallest\r\n" );
document.write( "possible positive difference of p and q can't be 1.\r\n" );
document.write( "\r\n" );
document.write( "The solution to the second system is (p,q) = (95,93), and\r\n" );
document.write( "the positive difference of them is 2.  So that's the answer.\r\n" );
document.write( "We don't need to solve the other two systems, since p and q\r\n" );
document.write( "differ by more than 2 in those.\r\n" );
document.write( "\r\n" );
document.write( "Answes:  It's the positive difference of 95-93, which is 2.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );