document.write( "Question 42977: Susan has 2500 feet of fence and wishes to enclose a rectangular area. Which of the following correctly expresses the area A of the rectangle as a function of the length x of the rectangle?\r
\n" );
document.write( "\n" );
document.write( " a. A(x) = 625x - x^2
\n" );
document.write( " b. A(x) = 1000x - x^2
\n" );
document.write( " c. A(x) = 1250x - x^2
\n" );
document.write( " d. A(x) = 2500x - x^2
\n" );
document.write( " e. None of the others
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #28129 by psbhowmick(878) You can put this solution on YOUR website! Let, length = x feet and width = y feet.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Length of fence available = Perimeter of the rectangle\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, 2500 = 2(Length + Width) \n" ); document.write( "or 2500 = 2(x + y) \n" ); document.write( "or \n" ); document.write( "or x + y = 1250 \n" ); document.write( "or y = 1250 - x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Thus width is (1250 - x) feet.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now, area is given by \n" ); document.write( "A = Length x Width \n" ); document.write( "or \n" ); document.write( "or \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, option (c) is correct. \n" ); document.write( " |