document.write( "Question 1131189: The difference between the squares of two numbers is 15. Four times the square of the first number increased by the square of the second number is 65. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #747808 by ikleyn(52835)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( " x^2 - y^2 = 15     (1)\r\n" );
document.write( "4x^2 + y^2 = 65.    (2)\r\n" );
document.write( "\r\n" );
document.write( "------------------------ Add the equations.  In this way you eliminate y^2 \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "5x^2 = 15 + 65,\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "5x^2 = 80,\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "x^2 = 80/5 = 16  ====>  x = +/- \"sqrt%2816%29\" = +/- 4.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then from eq(1),  y^2 = x^2 - 15 = 16 - 15 = 1  ====>  y = +/- \"sqrt%281%29\" = +/- 1.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  The numbers are  (4,1),  (-4,1),  (4,-1)  and  (-4,-1).  In all, there are 4 solutions.\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );