document.write( "Question 886877: What is the solution for this?
\n" );
document.write( "Please use the 4 methods in quadratic equation to see the answer:
\n" );
document.write( "*extracting the square root
\n" );
document.write( "*Factoring
\n" );
document.write( "*Completing the square
\n" );
document.write( "and *Quadratic Formula\r
\n" );
document.write( "\n" );
document.write( "The sides of a square are increased to form a rectangle. One side is increased by 3 units and the other side is increased by 4 units. The area of the rectangle is 110 square units. What was the length of the side of the square?\r
\n" );
document.write( "\n" );
document.write( "Much thanks! \n" );
document.write( "
Algebra.Com's Answer #536229 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the side of the square, then \n" ); document.write( "(x+4)*(x+3) = 110 \n" ); document.write( "x^2 +7x +12 = 110 \n" ); document.write( "x^2 +7x -98 = 0 \n" ); document.write( "1) can not use extracting the square root since polynomial is not a perfect square. \n" ); document.write( "2) (x+14)*(x-7) = 0 \n" ); document.write( "x = -14 or 7 \n" ); document.write( "we need a positive value solution so we reject x = -14 \n" ); document.write( "the length of the side of the square is 7 units \n" ); document.write( "3) x^2 +7x = 98 \n" ); document.write( "x^2 +7x + 49/4 = 98 + 49/4 \n" ); document.write( "(x + 7/2)^2 = 392/4 + 49/4 = 441/4 \n" ); document.write( "take square root of both sides of = \n" ); document.write( "3.1) x + 7/2 = 21/2 \n" ); document.write( "x = 14/2 = 7 \n" ); document.write( "3.2) x +7/2 = -21/2 \n" ); document.write( "x = -28/2 = -14 \n" ); document.write( "4) x^2 +7x -98 = 0 \n" ); document.write( "x = (-b + or - square root(b^2 -4ac))/ (2a) \n" ); document.write( "4.1) x = (-7 + square root(49 - 4*1*(-98))) / 2 = 7 \n" ); document.write( "4.2) x = (-7 - square root(49 - 4*1*(-98))) / 2 = -14 \n" ); document.write( " \n" ); document.write( " |