document.write( "Question 671069: The perimeter of a rectangle is 32cm. One side is 10 cm longer than the other side. Find the area of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #417257 by fafa(13)\"\" \"About 
You can put this solution on YOUR website!
Let x1=length1 and x2=length2
\n" ); document.write( "x1=x1 x2=x1+10
\n" ); document.write( "perimeter = 2. (x1 +x2)
\n" ); document.write( "32 = 2.(x1 + (x1+10))
\n" ); document.write( "32 = 2.(2.x1 +10)
\n" ); document.write( "32 = 4.x1 + 20
\n" ); document.write( "32 - 20 = 4.x1 +20 -20
\n" ); document.write( "12 = 4.x1
\n" ); document.write( "x1= 12/4
\n" ); document.write( "x1 = 3\r
\n" ); document.write( "\n" ); document.write( "x2= x1+10=3+10=13\r
\n" ); document.write( "\n" ); document.write( "area= 3 . 13 = 39
\n" ); document.write( "
\n" );