document.write( "Question 360089: How many ordered pairs (a,b) of positive integers satisfy a^2 + b^2 = 50
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #256928 by vleith(2983)![]() ![]() ![]() You can put this solution on YOUR website! Plug and play to find pairs. 7*& is 49, so you can't have an integers larger than 7 \n" ); document.write( "Plug in each integer from 1 - 7 and see which ones result in a second value that is an integer. \r \n" ); document.write( "\n" ); document.write( "(1,7) (7,1) \n" ); document.write( "(5,5) \n" ); document.write( "Three pairs \n" ); document.write( " |