document.write( "Question 1063302: The perimeter of a rectangle is 146 inches. The length is 7 inches shorter than three\r
\n" );
document.write( "\n" );
document.write( "times the width. Find the length. \n" );
document.write( "
Algebra.Com's Answer #678378 by addingup(3677)![]() ![]() You can put this solution on YOUR website! perimeter = 2*width + 2*length, or the long way: width + width + length + length. In other words, all around the edge of the rectangle, what we call the perimeter. \n" ); document.write( "----------------------------- \n" ); document.write( "Length = 3W-7 \n" ); document.write( "So now we have: \n" ); document.write( "2W+2(3W-7) = 146 distribute the 2 over the \"stuff\" in the parenthesis (Distributive Property of Multiplication): \n" ); document.write( "2W+6W-14 = 146 \n" ); document.write( "8W = 160 \n" ); document.write( "W = 20 \n" ); document.write( "------------------------------------ \n" ); document.write( "Check: \n" ); document.write( "2(20)+2(3*(20)-7) \n" ); document.write( "40+106 = 146 Correct \n" ); document.write( ": \n" ); document.write( "John \n" ); document.write( " |