document.write( "Question 344166: How do I find the perimeter of a rectangle if 10x-7 is the length and the width is 4x+5? \n" ); document.write( "
Algebra.Com's Answer #246237 by nerdybill(7384) You can put this solution on YOUR website! How do I find the perimeter of a rectangle if 10x-7 is the length and the width is 4x+5? \n" ); document.write( ". \n" ); document.write( "Perimeter of ANY rectangle is: \n" ); document.write( "2(L + W) \n" ); document.write( "where \n" ); document.write( "L is the length \n" ); document.write( "W is the width \n" ); document.write( ". \n" ); document.write( "In your problem you are given: \n" ); document.write( "L as 10x-7 \n" ); document.write( "W as 4x+5 \n" ); document.write( ". \n" ); document.write( "Plug the above into: \n" ); document.write( "2(L + W) \n" ); document.write( "2(10x-7 + 4x+5) \n" ); document.write( "2(14x-7+5) \n" ); document.write( "2(14x-2) \n" ); document.write( "28x-4 (this is your answer) \n" ); document.write( " |