document.write( "Question 669201: difference of two natural no. are 4 and the sum of their square is 58 what the number \n" ); document.write( "
Algebra.Com's Answer #416186 by stanbon(75887) ![]() You can put this solution on YOUR website! difference of two natural no. are 4 and the sum of their square is 58 what the number \n" ); document.write( "---- \n" ); document.write( "Equations: \n" ); document.write( "x - y = 4 \n" ); document.write( "x^2 + y^2 = 58 \n" ); document.write( "------ \n" ); document.write( "Substitute for \"x\" and solve for \"y\": \n" ); document.write( "(4+y)^2 + y^2 = 58 \n" ); document.write( "16 + 8y + 2y^2 = 58 \n" ); document.write( "y^2 + 4y -21 = 0 \n" ); document.write( "(y+7)(y-3) = 0 \n" ); document.write( "Natural Number solution: \n" ); document.write( " y = 3 \n" ); document.write( "------------------- \n" ); document.write( "Solve for \"x\" \n" ); document.write( "x = 4+y \n" ); document.write( "x = 7 \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |