document.write( "Question 1048360: A farmer has 180 yards of fencing material to make a rectangular pen subdivided into 3 smaller pens. If the total length of the pens is to be 60 yards at most , how wide can the rectangle be? Solve this using inequalities \n" ); document.write( "
Algebra.Com's Answer #663999 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( " .
\n" ); document.write( "P = 2L + 2w in general
\n" ); document.write( "Here: subdivided into 3 smaller pens (2w + w + w) extra widths for separation purposes (3 smaller pens)
\n" ); document.write( "180 yards of fencing material
\n" ); document.write( "180yd = 2L + 4w
\n" ); document.write( "180dy = 2*60 + 4w
\n" ); document.write( "60dy = 4w
\n" ); document.write( "w = 15yd, how wide can the rectangle can be with L = 60yd \n" ); document.write( "
\n" );