document.write( "Question 577795: The sum of two numbers is 8 and the difference between their squares is 34. Find their difference. \n" ); document.write( "
Algebra.Com's Answer #370309 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 8 and the difference between their squares is 34. Find their difference. \n" ); document.write( "--------- \n" ); document.write( "a+b = 8 \n" ); document.write( " \n" ); document.write( "b = 8-a \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "16a - 64 = 34 \n" ); document.write( "16a = 98 \n" ); document.write( "a = 49/8 \n" ); document.write( "b = 15/8 \n" ); document.write( " \n" ); document.write( " |