document.write( "Question 608394: The difference of the squares of two positive numbers is 45. The square of the smaller number is four times the larger number. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #383208 by flame8855(424)![]() ![]() You can put this solution on YOUR website! x^2 - y^2 = 45 \n" ); document.write( "y^2 = 4x \n" ); document.write( "x^2 -4x=45 \n" ); document.write( "x= 9 \n" ); document.write( "y = 4 \n" ); document.write( " \n" ); document.write( " |