document.write( "Question 1118976: Find two numbers such that the smaller subtracted from the larger is 3 and the difference of the square of the larger subtracted from square of the smaller is 45. \n" ); document.write( "
Algebra.Com's Answer #734405 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Find two numbers such that the smaller subtracted from the larger is 3 and \n" ); document.write( "the difference of the square of the larger subtracted from square of the smaller is 45. \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "You are given\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "x - y = 3 (1) (where x is the larger number)\r\n" ); document.write( "y^2 - x^2 = 45. (2)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "From eq(2), you have\r\n" ); document.write( "\r\n" ); document.write( "(y-x)*(x+y) = 45.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Replace (y-x) in the left side by -3, based on eq(1). You will get\r\n" ); document.write( "\r\n" ); document.write( "-3*(x+y) = 45, or\r\n" ); document.write( "\r\n" ); document.write( "x + y = -45/3 = -15.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Thus you have two equatiuons\r\n" ); document.write( "\r\n" ); document.write( "x - y = 3, (1)\r\n" ); document.write( "x + y = -15 (3) <<<---=== you were fortune to reduce the given system with a quadratic equation to system of two linear equations !\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Add them to get 2x = 3+(-15) = -12 ====> x = -12/2 = -6.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then from eq(1), y = x - 3 = -6-3 = -9.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Answer. The numbers are -6 and -9.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Check. (-9)^2 - (-6)^2 = 81 - 36 = 45. ! Correct !\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Be aware: the answer by @josgarithmetic \"6 and 9\" is INCORRECT !\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |