document.write( "Question 850479: A farmer is given 36 feet of fencing material. He wants to experiment with different size rectangles while using all 36 feet of the material. He is given the width and needs to figure out the length and area.\r
\n" ); document.write( "\n" ); document.write( "The widths he is provided with are as follows. He must figure out the length and areas that correspond with the given widths
\n" ); document.write( "Width: 1 Length: Area:
\n" ); document.write( "Width: 2 Length: Area:
\n" ); document.write( "Width: 3 Length: Area:
\n" ); document.write( "Width: 4 Length: Area:
\n" ); document.write( "Width: 5 Length: Area:
\n" ); document.write( "Width: 6 Length: Area:
\n" ); document.write( "Width: 7 Length: Area:
\n" ); document.write( "Width: 8 Length: Area:
\n" ); document.write( "Width: 9 Length: Area:
\n" ); document.write( "Width: 10 Length: Area:\r
\n" ); document.write( "\n" ); document.write( "After figuring out the length and area, we must write a function that could represent the relationship between the length and the width. Then we write an equation giving the length as a function of the width.
\n" ); document.write( "Then the farmer must write a function for the area of the rectangle as a function of the width.
\n" ); document.write( "

Algebra.Com's Answer #512155 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
perimeter p=2W+2L
\n" ); document.write( "area a=W*L
\n" ); document.write( "perimeter 36\r
\n" ); document.write( "\n" ); document.write( "Width: 1 Length: 17 Area:17
\n" ); document.write( "Width: 2 Length: 16 Area:32
\n" ); document.write( "Width: 3 Length: 15 Area:45
\n" ); document.write( "Width: 4 Length: 14 Area:64
\n" ); document.write( "Width: 5 Length: 13 Area:65
\n" ); document.write( "Width: 6 Length: 12 Area:72
\n" ); document.write( "Width: 7 Length: 11 Area:77
\n" ); document.write( "Width: 8 Length: 10 Area:80
\n" ); document.write( "Width: 9 Length: 9 Area:81
\n" ); document.write( "Width: 10 Length: 8 Area:80
\n" ); document.write( "
\n" );