document.write( "Question 900982: find all possible pairs (a,b) of integers such that a^3=5b^3 \n" ); document.write( "
Algebra.Com's Answer #546365 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "(0,0) is a solution\r\n" ); document.write( "\r\n" ); document.write( "Assume, for contradiction, that there are other solutions:\r\n" ); document.write( "\r\n" ); document.write( "If (a,b) is a solution then (-a,-b) ia also a solution.\r\n" ); document.write( "So we only need consider that a and b are positive integers.\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |