document.write( "Question 177370: If the sides of a square are lengthened by 7cm, the area becomes 121 cm squared. Find the length of a side of the original square.\r
\n" );
document.write( "\n" );
document.write( "I have no idea what I am doing, please help \n" );
document.write( "
Algebra.Com's Answer #132465 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If the sides of a square are lengthened by 7cm, the area becomes 121 cm squared. \n" ); document.write( " Find the length of a side of the original square. \n" ); document.write( ": \n" ); document.write( "let x = side of the original square \n" ); document.write( "then \n" ); document.write( "(x+7) = side of the larger square which = 121 sq/cm \n" ); document.write( "we can write this like this: \n" ); document.write( "(x+7)^2 = 121 \n" ); document.write( "FOIL \n" ); document.write( "x^2 + 14x + 49 = 121 \n" ); document.write( ": \n" ); document.write( "x^2 + 14x + 49 - 121 = 0 \n" ); document.write( ": \n" ); document.write( "x^2 + 14x - 72 = 0 \n" ); document.write( "Factor \n" ); document.write( "(x + 18)(x - 4) = 0 \n" ); document.write( "Positive solution \n" ); document.write( "x = 4 cm, size of the original square \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check: (4+7)^2 = 121 \n" ); document.write( ": \n" ); document.write( "did this make sense to you now? \n" ); document.write( " \n" ); document.write( " |