document.write( "Question 266993: The difference between two perfect squares is 133. What is the smallest possible sum of the two perfect squares?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #196167 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The difference between two perfect squares is 133. \n" ); document.write( " What is the smallest possible sum of the two perfect squares? \n" ); document.write( ": \n" ); document.write( "x^2 - y^2 = 133 \n" ); document.write( "-y^2 = -x^2 + 133 \n" ); document.write( "y^2 = x^2 - 133 \n" ); document.write( "y = \n" ); document.write( "First integer solution to this equation \n" ); document.write( "x=13, y=6 \n" ); document.write( "Sum = 13^2 + 6^2 = 205 \n" ); document.write( " \n" ); document.write( " |