document.write( "Question 1029035: The length of a rectangle is 3 centimeters less than its width. What are the dimensions of the rectangle if its area is 134 . \n" ); document.write( "
Algebra.Com's Answer #644139 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 3 centimeters less than its width. What are the dimensions of the rectangle if its area is 134 . \n" ); document.write( "----- \n" ); document.write( "L = W + 3 \n" ); document.write( "L*W = 134 \n" ); document.write( "w*(w+3) = 134 \n" ); document.write( "w^2 + 3w - 134 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=========== \n" ); document.write( "W =~ 10.1726 \n" ); document.write( "L =~ 13.1726 \n" ); document.write( " \n" ); document.write( " |