document.write( "Question 313246: The area of a rectangle is 24 square centimeters and its side lengths are x centimeters and x + 2 centimenters.
\n" );
document.write( "a. find the side lengths of a rectangle. justify your answer
\n" );
document.write( "b. find the perimeter of the rectangle \n" );
document.write( "
Algebra.Com's Answer #223986 by advedantatutor(4)![]() ![]() ![]() You can put this solution on YOUR website! Length = x \n" ); document.write( "Width = x + 2 \n" ); document.write( "Length x Width = x x (x + 2) = 24 \n" ); document.write( "x^2 + 2x = 24 \n" ); document.write( "x^2 + 2x - 24 = 0 \n" ); document.write( "( x - 4) ( x + 6 ) = 0 \n" ); document.write( "x = 4 cm \n" ); document.write( "Length = 4 cm \n" ); document.write( "Width = 4 + 2 = 6 cm\r \n" ); document.write( "\n" ); document.write( "Check : \n" ); document.write( "1) 4 + 2 = 6 \n" ); document.write( "2) 4 x 6 = 24\r \n" ); document.write( "\n" ); document.write( "Perimeter = 2 ( Length + width ) \n" ); document.write( "= 2 ( 4 + 6 ) \n" ); document.write( "= 2 ( 10 ) \n" ); document.write( "= 20 cm. \n" ); document.write( " |