document.write( "Question 1111308: The difference of two positive numbers is six. Their product is 223 less than the sum of their squares. What are the two numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #726294 by TeachMath(96)![]() ![]() ![]() You can put this solution on YOUR website! Let larger number be N, which makes the smaller number: N - 6 \n" ); document.write( "Then N(N – 6) = N^2 + (N – 6)^2 – 223 \n" ); document.write( "Solve this to get: N, or larger number = 17 \n" ); document.write( "Smaller number: 17 – 6, or 11 \n" ); document.write( "That's all!! \n" ); document.write( " |