document.write( "Question 250838: I am asking this question to compare it with another question: \"The length of a rectangle is 6 cm less than twice its width. Find the dimensions of the rectangle if its area is 108 cm (squared).\" \n" ); document.write( "
Algebra.Com's Answer #184438 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 6 cm less than twice its width . . . Since you read width last, it gets the variable first. So, Width = W and length = 2W - 6. \n" ); document.write( "A = LW \n" ); document.write( "108 = (2W-6)*(W) \n" ); document.write( "108 = 2W^2 - 6W \n" ); document.write( "2W^2 - 6W - 108 = 0 \n" ); document.write( "divide all by 2. \n" ); document.write( "W^2 - 3W - 54 = 0 \n" ); document.write( "(W-9)(W+6) = 0 \n" ); document.write( "W = 9 cm \n" ); document.write( "W = -6 cm. This answer you cannot use. \n" ); document.write( "If W = 9cm, then L = 12 cm. \n" ); document.write( " \n" ); document.write( " |