document.write( "Question 1030943: A rectangular field has an area 28800 sq meter it's length is twice as long as it's width what is the length of it's sides? \n" ); document.write( "
Algebra.Com's Answer #645703 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Area of a rectangle is \n" ); document.write( "A = LW. \n" ); document.write( "Now we also know that L = 2W, so plug that in and we get \n" ); document.write( "A = 28800 = (2W)W = 2W^2 \n" ); document.write( "W^2 = 14400 \n" ); document.write( "W = 120 m and \n" ); document.write( "L = 240 m \n" ); document.write( " |