document.write( "Question 765635: The sum of the squares of two numbers is 4 and the difference of the squares of those two numbers is 1. Find the two numbers.\r
\n" );
document.write( "\n" );
document.write( "I think the two equations are:
\n" );
document.write( "Let the numbers be x and y
\n" );
document.write( "x(square) + y(square) = 4
\n" );
document.write( "x(square) - y(square) = 1\r
\n" );
document.write( "\n" );
document.write( "That is the equations that i got but the answer is a decimal...
\n" );
document.write( "I'm also not sure about the answer and the equation... please help\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #466291 by Theo(13342)![]() ![]() You can put this solution on YOUR website! you got the equations right. \n" ); document.write( "all you had to do was solve them simultaneously. \n" ); document.write( "your equations are: \n" ); document.write( "x^2 + y^2 = 4 (e1) \n" ); document.write( "x^2 - y^2 = 1 (e2) \n" ); document.write( "add e1 to e2 to get: \n" ); document.write( "2x^2 = 5 \n" ); document.write( "divide both sides of this equation by 2 to get: \n" ); document.write( "x^2 = 5/2 \n" ); document.write( "substitute for x^2 in the first equation to get: \n" ); document.write( "x^2 + y^2 = 4 becomes: \n" ); document.write( "5/2 + y^2 = 4 \n" ); document.write( "solve for y^2 to get: \n" ); document.write( "y^2 = 3/2 \n" ); document.write( "those are your answers. \n" ); document.write( "x^2 = 5/2 and y^2 = 3/2 \n" ); document.write( "if you take the square root of 5/2, you will get 1.58113883 \n" ); document.write( "if you take the square root of 3/2, you will get 1.224744871 \n" ); document.write( "those are your solutions for x and y \n" ); document.write( "x = 1.58113883 \n" ); document.write( "y = 1.224744871 \n" ); document.write( "you can then confirm by substituting for x and y in the original equations and those equations should hold true. \n" ); document.write( "i checked them out and they do.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |