document.write( "Question 669198: How do I calculate The width of a rectangle is 10 feet less than half of its length. If all four sides of the rectangle add up to 52 feet, find the length and the width of this rectangle. \n" ); document.write( "
Algebra.Com's Answer #416185 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let L equal the length
\n" ); document.write( "let W equal the width
\n" ); document.write( "the width is 10 feet less than half the length.
\n" ); document.write( "W = L/2 - 10
\n" ); document.write( "P = perimeter
\n" ); document.write( "P = 2W + 2L
\n" ); document.write( "P = 52
\n" ); document.write( "2W + 2L = 52
\n" ); document.write( "substitute L/2 - 10 for W in this equation to get:
\n" ); document.write( "2 * (L/2 - 10) + 2L = 52
\n" ); document.write( "simplify to get:
\n" ); document.write( "L - 20 + 2L = 52
\n" ); document.write( "combine like terms to get:
\n" ); document.write( "3L - 20 = 52
\n" ); document.write( "add 20 to both sides to get:
\n" ); document.write( "3L = 72
\n" ); document.write( "divide both sides by 3 to get:
\n" ); document.write( "L = 24\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have L = 24
\n" ); document.write( "you have W = L/2 - 10 which gets you W = 24/2 - 10 which becomes W = 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have L = 24 and W = 2
\n" ); document.write( "2L + 2W = 52 which becomes 48 + 4 = 52 so the perimeter is good.
\n" ); document.write( "W = L/2 - 10 becomes W = 24/2 - 10 which becomes W = 12 - 10 which becomes W = 2 which is also good.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the measurements checkout so the solution is good.
\n" ); document.write( "L = 24
\n" ); document.write( "W = 2
\n" ); document.write( "
\n" ); document.write( "
\n" );