document.write( "Question 660784: The sum of the length and width of a rectangle is 29. The length is 15 less than 3 times the width. Find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #411350 by ReadingBoosters(3246)\"\" \"About 
You can put this solution on YOUR website!
l + w = 29
\n" ); document.write( "l = 3w - 15\r
\n" ); document.write( "\n" ); document.write( "Substitute the second equation into the first equation
\n" ); document.write( "(3w-15) + w = 29
\n" ); document.write( "Combine like terms
\n" ); document.write( "4w = 29 + 15
\n" ); document.write( "4w = 44
\n" ); document.write( "w = 11
\n" ); document.write( "l = 3(11) - 15 = 33-15 = 18
\n" ); document.write( "
\n" );