document.write( "Question 801126: If the perimiter of a rectangle is 78 units and the lenght is 5 units larger than the width. Whats is the length? \n" ); document.write( "
Algebra.Com's Answer #483429 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Width = x
\n" ); document.write( "Length = x + 5
\n" ); document.write( "Perimeter = 2*x + 2*(x + 5)
\n" ); document.write( "78 = 2x + 2x + 10
\n" ); document.write( "Collect like terms;
\n" ); document.write( "4x = 78 - 10
\n" ); document.write( "4x = 68
\n" ); document.write( "x = 17
\n" ); document.write( "Width = 17 units
\n" ); document.write( "Length = 22 units
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );