document.write( "Question 379242: Find two numbers such that each of the
\n" );
document.write( "numbers is the square of the other number.
\n" );
document.write( "The two numbers should NOT be equal! \n" );
document.write( "
Algebra.Com's Answer #269290 by Alan3354(69443) You can put this solution on YOUR website! y = x^2 \n" ); document.write( "x = y^2 \n" ); document.write( "------------ \n" ); document.write( "x = (x^2)^2 = x^4 \n" ); document.write( "x^4 - x = 0\r \n" ); document.write( "\n" ); document.write( "Only 1 and zero fit, and in both cases x = y. \n" ); document.write( " |