document.write( "Question 92680: The length of a rectangle is 5 cm greater than its width. The perimeter is 58 cm. Find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #69089 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
l=w+5
\n" ); document.write( "p=2(l+w)
\n" ); document.write( "58=2(w+5+w)=2(2w+5)=4w+10
\n" ); document.write( "4w+10=58
\n" ); document.write( "subtract 10 from both sides. 4w=48
\n" ); document.write( "divide 4 by both sides. w=12cm l=w+5=17cm
\n" ); document.write( "EdJones
\n" ); document.write( "
\n" );