document.write( "Question 799760: the length of a rectangle is 15cm less than 3 times the width with a perimater of 34cm. what are the length and width? \n" ); document.write( "
Algebra.Com's Answer #482992 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Width = x
\n" ); document.write( "Length = 3x - 15
\n" ); document.write( "Perimeter = 2*width + 2*length
\n" ); document.write( "34 = 2*x + 2*(3x - 15)
\n" ); document.write( "34 = 2x + 6x - 30
\n" ); document.write( "Collect like terms:
\n" ); document.write( "8x = 64
\n" ); document.write( "x = 8
\n" ); document.write( "Width = 8cm
\n" ); document.write( "Length = 9cm
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );