document.write( "Question 278169: a square and a rectangle have the same perimeter. the length of the rectangle is 4cm less than twice the side of the square, and the width of the rectangle is 6cm less than the side of the square. find the perimeter of each figure. \n" ); document.write( "
Algebra.Com's Answer #202424 by subbbu(3)\"\" \"About 
You can put this solution on YOUR website!
a square and a rectangle have the same perimeter. the length of the rectangle is 4cm less than twice the side of the square, and the width of the rectangle is 6cm less than the side of the square. find the perimeter of each figure
\n" ); document.write( "Let S be the side of the square and l,b be the dimensions of rectangle.
\n" ); document.write( "perimeters are same.
\n" ); document.write( "4s =2(l+b)
\n" ); document.write( "l =2s-4.
\n" ); document.write( "b =s-6.
\n" ); document.write( "substitute in Eq1.
\n" ); document.write( "4s =2(2s-4+s-6).
\n" ); document.write( "4s =2(3s-10.)
\n" ); document.write( "4s =6s-20.
\n" ); document.write( "2s =20.
\n" ); document.write( "s =10.
\n" ); document.write( "l=2s-4 =2*10-4 =16.
\n" ); document.write( "b =s-6 =10-6 =4.perimeter ofsquare =4s =4*10=40squnits.
\n" ); document.write( "perimeter of rectangl e =2(l+b)=2(16+4)
\n" ); document.write( " =40sq.units.
\n" ); document.write( "
\n" );