document.write( "Question 697356: the sum of two numbers is 45. the difference of their squares is 675.Find the number. \n" ); document.write( "
Algebra.Com's Answer #429912 by lynnlo(4176)![]() ![]() ![]() You can put this solution on YOUR website! x+y=45 \n" ); document.write( "y=45-x \n" ); document.write( "x^2-y^2=675 \n" ); document.write( "x^2-(45-x)^2=675 \n" ); document.write( "x^2-(2025+x^2-630)=675 \n" ); document.write( "630x=-720 \n" ); document.write( "x=20 \n" ); document.write( "y=45-20 \n" ); document.write( "y=25 \n" ); document.write( "20,25 \n" ); document.write( " |