document.write( "Question 1084444: the length of a rectangle is 5 meters less than 4 times the width. if the perimeter is 150 meters, find the length and the width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #698587 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
L = 4W-5 correct? Make sure you understand what I did. We are going to use this value for L next:
\n" ); document.write( "2L+2W = 150 substitute for L:
\n" ); document.write( "2(4W-5)+2W = 150 distribute the 2 over the values inside the parenthesis (Distributive Properties of Multiplication):
\n" ); document.write( "8W-10+2W = 150 Add W on left, add 10 on both sides and you get:
\n" ); document.write( "10W = 160 Divide both sides by 10
\n" ); document.write( "W = 16
\n" ); document.write( "
\n" );