document.write( "Question 588777: Ben is planning to fence his rectangular garden. The area of the garden is 50 square feet, and the length of the garden is twice the width. How many feet of fencing will he need? \n" ); document.write( "
Algebra.Com's Answer #374605 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x*2x=50 \n" ); document.write( "3x=50 \n" ); document.write( "x=50/3 \n" ); document.write( "2x=100/3 \n" ); document.write( "2*2x+2x=f \n" ); document.write( "6x=f \n" ); document.write( "6*50/3=100 feet of fence \n" ); document.write( " \n" ); document.write( " |