document.write( "Question 158702: Please help me on this problem\r
\n" );
document.write( "\n" );
document.write( "Mang Jose wants to enclose a rectangular lot beside a river with 120 meters of barbed wire. The side along the river will not need fencing.\r
\n" );
document.write( "\n" );
document.write( "a. Express the lot area in terms of its length.
\n" );
document.write( "b. Construct a table of values and test if the relation is quadratic or not. \n" );
document.write( "
Algebra.Com's Answer #117021 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Mang Jose wants to enclose a rectangular lot beside a river with 120 meters of barbed wire. The side along the river will not need fencing. \n" ); document.write( ": \n" ); document.write( "a. Express the lot area in terms of its length. \n" ); document.write( ": \n" ); document.write( "Let x = the length of the rectangular area; \n" ); document.write( "Let w = the width \n" ); document.write( ": \n" ); document.write( "120 meters of fence will be used to enclose 3 sides. (only one length required) \n" ); document.write( "x + 2w = 120 \n" ); document.write( "2w = (120-x) \n" ); document.write( "Divide equation by 2 \n" ); document.write( "w = \n" ); document.write( "w = (60-.5x) \n" ); document.write( ": \n" ); document.write( "Area = x * w \n" ); document.write( "Substitute (60-.5x) for w \n" ); document.write( "A = x(60-.5x) \n" ); document.write( "A = 60x - .5x^2; (area in terms of the length) \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "b. Construct a table of values and test if the relation is quadratic or not. \n" ); document.write( "Choose some convenient values (y = area) \n" ); document.write( " x | y \n" ); document.write( "------- \n" ); document.write( "10 |550; 600 - .5(10^2) \n" ); document.write( "20 |1000 \n" ); document.write( "60 |1800 \n" ); document.write( "100|1000; note it reached a max, and decreased, it's a quadratic (and it has an x^2) \n" ); document.write( " |