document.write( "Question 102851: The area of two squares is 117 square centimeters. Their perimeter is 60. Find the length of a side of each square.\r
\n" );
document.write( "\n" );
document.write( "Please help me!! I need an explenation on how can I do it. \n" );
document.write( "
Algebra.Com's Answer #74825 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=side of one square, y=side of the other square\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2+y^2=117 ... 4x+4y=60 ... x+y=15 ... y=15-x ... x^2+(15-x)^2=117\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2+225-30x+x^2=117 ... 2x^2-30x+108=0 ... x^2-15x+54=0 ... (x-9)(x-6)=0 ... x=9 and x=6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the sides of the squares are 9 and 6 \n" ); document.write( " |