document.write( "Question 1019655: A number is called a perfect square if it is the square of an integer. How many pairs of perfect squares differ by 495? (Order does not matter. So, the pair \"16 and 9\" is the same as \"9 and 16\".) \n" ); document.write( "
Algebra.Com's Answer #635632 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A number is called a perfect square if it is the square of an integer. How many pairs of perfect squares differ by 495? (Order does not matter. So, the pair \"16 and 9\" is the same as \"9 and 16\".
\n" ); document.write( ":
\n" ); document.write( "x^2 - y^2 = 495
\n" ); document.write( "-y^2 = -x^2 + 495
\n" ); document.write( "y^2 = x^2 - 495
\n" ); document.write( "y = \"sqrt%28x%5E2-495%29\"
\n" ); document.write( "With the help of my Ti83, viewing the table I got 5
\n" ); document.write( " x | y
\n" ); document.write( "------
\n" ); document.write( " 24| 9
\n" ); document.write( " 32|23
\n" ); document.write( " 52|47
\n" ); document.write( " 84|81
\n" ); document.write( "248|247
\n" ); document.write( "
\n" );