document.write( "Question 232740: I want to make a pen using 120ft of fencing. The length is 5 times longer than the width. What is the width? \n" ); document.write( "
Algebra.Com's Answer #171904 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
P=2w+2L
\n" ); document.write( "120=2w+2(5w)
\n" ); document.write( "120=2w+10w
\n" ); document.write( "120=12w
\n" ); document.write( "w=10 ft
\n" ); document.write( "5w=50 ft
\n" ); document.write( "
\n" );