document.write( "Question 1058114: X^x+y^y=31
\n" );
document.write( "X+y=5. Find x and y \n" );
document.write( "
Algebra.Com's Answer #673127 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x^2+y^2=31 \n" ); document.write( "x+y=5 \n" ); document.write( "y=(5-x) \n" ); document.write( "x^2+(5-x)^2=31 \n" ); document.write( "x^2+25-10x+x^2=31 \n" ); document.write( "2x^2-10x-6=0 \n" ); document.write( "x^2-5x-3=0 \n" ); document.write( "x=(1/2)(5+/- sqrt(25+12)); sqrt (37)=6.083) \n" ); document.write( "x=(1/2)(11.083)=5.54 \n" ); document.write( "x=(1/2)(-1.083)=-0.54 \n" ); document.write( "(5.54,-0.54) and (-0.54,5.54), correct within rounding error. \n" ); document.write( "It is a line intersecting a circle centered on the origin with radius sqrt (31) \n" ); document.write( " \n" ); document.write( " |