document.write( "Question 429099: The length of a rectangle plus its width is 20cm, the area is 36 square cm. What are the length and the width of the triangle. \n" ); document.write( "
Algebra.Com's Answer #298143 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
If the length of a rectangle plus its width is 20cm, then its' length is 20cm minus its width. Also, we know that the rectangle's total area is 36 sq.cm.. Thus we have:\r
\n" ); document.write( "\n" ); document.write( "X(20-X) = 36
\n" ); document.write( "20X-X^2 = 36
\n" ); document.write( "20X-36 =X^2
\n" ); document.write( "0 = X^2-20X+36
\n" ); document.write( "0 = (X-18)(X-2)\r
\n" ); document.write( "\n" ); document.write( "Thus the dimensions of our rectangle are 18cm X 2cm.
\n" ); document.write( "
\n" );