document.write( "Question 1077784: The length of a rectangle is 3 meters less than twice the width. If the area of the rectangle is 464 square meters find the dimensions \n" ); document.write( "
Algebra.Com's Answer #692277 by addingup(3677)![]() ![]() You can put this solution on YOUR website! L = 2W-3 \n" ); document.write( "2L+2W = 464 \n" ); document.write( "2(2W-3)+2W = 464 \n" ); document.write( "4W-6+2W = 464 \n" ); document.write( "6W = 470 \n" ); document.write( "W = 470/6 = 78.333 \n" ); document.write( "L = 2W-3 = 2(78.333)-3 = 153.667 \n" ); document.write( "-------------------------------- \n" ); document.write( "check: \n" ); document.write( "2(153.667)+2(78.333) = 307.334+156.666 = 464 \n" ); document.write( " |