document.write( "Question 199990This question is from textbook
\n" );
document.write( ": Can you show me how to set up this problem? What is the perimeter of a rectangle, given that the length is x yards and the width is 10 yards shorter? The perimeter is not given and I don't know how to solve this equation. \n" );
document.write( "
Algebra.Com's Answer #150354 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! What is the perimeter of a rectangle, given that the length is x yards and the width is 10 yards shorter? \n" ); document.write( ": \n" ); document.write( "Just write what it says: \n" ); document.write( "L = x \n" ); document.write( "W = (x-10) \n" ); document.write( ": \n" ); document.write( "The perimeter equation: \n" ); document.write( "P = 2L + 2W \n" ); document.write( "Substitute; x for L, and (x-10) for W \n" ); document.write( "P = 2x + 2(x-10) \n" ); document.write( "Multiply what's inside the brackets \n" ); document.write( "P = 2x + 2x - 20 \n" ); document.write( "Combine like terms \n" ); document.write( "P = 4x - 20 \n" ); document.write( " |