document.write( "Question 1034267: The width of a rectangle is 3 inches less than the length. The perimeter is 30 inches. Find the length and the width.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #648866 by addingup(3677)![]() ![]() You can put this solution on YOUR website! W = L-3 \n" ); document.write( "2L+2(L-3) = 30 \n" ); document.write( "2L+2L-6 = 30 \n" ); document.write( "4L = 36 \n" ); document.write( "L = 9 and \n" ); document.write( "W = 9-3 = 6 \n" ); document.write( " |