document.write( "Question 871702: the area of the garden is 50 square feet, and the length of the garden is twice the width. if the fencing costs three dollars per foot, what will be the price of the fence? \n" ); document.write( "
Algebra.Com's Answer #525702 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! A =Lw = 2w(w) = 50ft^2 \n" ); document.write( " w^2 = 25, w = 5 (Tossing out negative Solution) \n" ); document.write( "P = 2L + 2w = 2*10 + 2*5 = 30ft \n" ); document.write( "Cost(fencing) = $3(30ft) = $90 \n" ); document.write( " |