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)\"\" \"About 
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( "\"a%5E3=5b%5E3\"\r\n" );
document.write( "\r\n" );
document.write( "\"a%5E3%2Fb%5E3=5\"\r\n" );
document.write( "\r\n" );
document.write( "\"%28a%2Fb%29%5E3=5\"\r\n" );
document.write( "\r\n" );
document.write( "\"a%2Fb\" is a rational number which is the cube root of 5.\r\n" );
document.write( "\r\n" );
document.write( "But the cube root of 5 is irrational.\r\n" );
document.write( "\r\n" );
document.write( "Thus we have reached a contradiction.\r\n" );
document.write( "\r\n" );
document.write( "Thus (0,0) is the only solution.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );