document.write( "Question 544917: A garden has a perimeter of 600 yards. if the lenght of the garden is 250 yards, what is the garden's width? \n" ); document.write( "
Algebra.Com's Answer #355337 by mananth(16946)![]() ![]() You can put this solution on YOUR website! length = 250 \n" ); document.write( "let width be x\r \n" ); document.write( "\n" ); document.write( "Perimeter = 2(L+W) \n" ); document.write( "600=2(250+x)\r \n" ); document.write( "\n" ); document.write( "600/2 =250+x \n" ); document.write( "300=250+x \n" ); document.write( "x=50 yards the width \n" ); document.write( " |