document.write( "Question 25640: For what values of x and y does (x+y)^3=x^3+y^3? \n" ); document.write( "
Algebra.Com's Answer #13769 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! (x+y)^3 = x^3+y^3 \n" ); document.write( "x^3+3x^2y+3xy^2+y^3=x^3+y^3 \n" ); document.write( "3x^2y+3xy^2=0 \n" ); document.write( "3xy(y+x)=0 \n" ); document.write( "x=0,or y=0, or y=-x\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |