document.write( "Question 1073860: If the sum of two positive integers is 24 and the difference of their squares is 48. What is the product of the two integers? \n" ); document.write( "
Algebra.Com's Answer #688665 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If the sum of two positive integers is 24 \n" ); document.write( "a + b = 24 \n" ); document.write( "a = (-b+24) \n" ); document.write( " and the difference of their squares is 48. \n" ); document.write( "a^2 - b^2 = 48 \n" ); document.write( "replace a with (-b+24) \n" ); document.write( "(-b+24)^2 - b^2 = 24 \n" ); document.write( "FOIL \n" ); document.write( "b^2 - 48b + 576 - b^2 = 48 \n" ); document.write( "-48b = 48 - 576 \n" ); document.write( "-48b = -528 \n" ); document.write( "b = -528/-48 \n" ); document.write( "b = +11 \n" ); document.write( "then \n" ); document.write( "a = -11 + 24 \n" ); document.write( "b = 13 \n" ); document.write( ": \n" ); document.write( " What is the product of the two integers? \n" ); document.write( "11 * 13 = 143 \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "Check: 13^2 - 11^2 = 48 \n" ); document.write( " |