document.write( "Question 990563: the length of a rectangular garden is 3 yd more than twice its width. the perimeter of the garden is 36 yd. what are the width and length of the garden?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #610565 by Timnewman(323)![]() ![]() You can put this solution on YOUR website! Hi dear, \n" ); document.write( "L=lenght \n" ); document.write( "w=width \n" ); document.write( "From your question, \n" ); document.write( "L=2w+3----(1) \n" ); document.write( "2(L+w)=36 \n" ); document.write( "L+w=18-----(2) \n" ); document.write( "put 1 in 2 \n" ); document.write( "2w+3+w=18 \n" ); document.write( "3w=18-3 \n" ); document.write( "3w=15 \n" ); document.write( "w=5 \n" ); document.write( "put w=5 in equ 1 \n" ); document.write( "L=2(5)+3 \n" ); document.write( "L=10+3 \n" ); document.write( "L=13 \n" ); document.write( "The lenght is 13yd, \n" ); document.write( "Width=5yd. \n" ); document.write( "Cheers; \n" ); document.write( "Tim. \n" ); document.write( " |