document.write( "Question 264378: Mr. Dizon's rectangular farm lot has a lenght that is 2 more than twice the width. What are dimensions of the lot if the perimeter is 460 \n" ); document.write( "
Algebra.Com's Answer #194639 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let te width be x \n" ); document.write( "length = 2x+2\r \n" ); document.write( "\n" ); document.write( "perimeter = 2(l+W)\r \n" ); document.write( "\n" ); document.write( "460 = 2 *((2x+2) +x) \n" ); document.write( "460 = 4x+4+2x \n" ); document.write( "456= 6x \n" ); document.write( "456/6= x= 76 \n" ); document.write( "length = 154 meters \n" ); document.write( " \n" ); document.write( " |