document.write( "Question 287105: Find the length and width of a rectangle if the width is 8 inches shorter than the length and the perimeter is 108 inches? \n" ); document.write( "
Algebra.Com's Answer #208179 by nyc_function(2741)\"\" \"About 
You can put this solution on YOUR website!
p = 2l + 2w\r
\n" ); document.write( "\n" ); document.write( "width = x - 8\r
\n" ); document.write( "\n" ); document.write( "length = x\r
\n" ); document.write( "\n" ); document.write( "p = 108\r
\n" ); document.write( "\n" ); document.write( "108 = 2x + 2(x - 8)\r
\n" ); document.write( "\n" ); document.write( "Can you finish now?
\n" ); document.write( "
\n" );