document.write( "Question 1209470: Two numbers between 150 and 200 can each be expressed as the sum of two squares in two different ways. Find their difference.
\n" );
document.write( "CC13F #2 \n" );
document.write( "
Algebra.Com's Answer #848901 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "This is something to find through trial-and-error. \n" ); document.write( "Or you can use technology.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Of the integers in the interval 150 < x < 200, only the values 170 and 185 have two distinct ways to break them down into a sum of two squares \n" ); document.write( "170 = 1+169 = 49+121 \n" ); document.write( "185 = 16+169 = 64+121 \n" ); document.write( "I'll assume that 0 isn't being considered. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore 185-170 = 15 is the final answer. \n" ); document.write( " \n" ); document.write( " |