document.write( "Question 86436: The length of a rectangle is 6 ft longer than its width. The perimeter is 84 ft . What is the length?\r
\n" );
document.write( "\n" );
document.write( "84=2w+2l then I forget how to do this. Thank you. \n" );
document.write( "
Algebra.Com's Answer #62524 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! That's a good start: \n" ); document.write( "2W + 2L = 84 But...L = W+6, so substitute this for L. \n" ); document.write( "2W + 2(W+6) = 84 Simplify and solve for W. \n" ); document.write( "2W + 2W + 12 = 84 Combine like-terms. \n" ); document.write( "4W + 12 = 84 Subtract 12 from both sides. \n" ); document.write( "4W = 72 Divide both sides by 4. \n" ); document.write( "W = 18 \n" ); document.write( "The width is 18 ft. \n" ); document.write( "The length, L = W+6 = 18+6 = 24 ft. \n" ); document.write( " \n" ); document.write( " |