document.write( "Question 338469: A rectangle has a perimeter of 26 meters. Express the A (x) of the rectangle in terms of the length x of one of its sides. \n" ); document.write( "
Algebra.Com's Answer #242628 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Well, perimeter can be found as P = 2L + 2W.\r \n" ); document.write( "\n" ); document.write( "If the length is x, and the perimeter is 26, we have\r \n" ); document.write( "\n" ); document.write( "26 = 2x + 2W\r \n" ); document.write( "\n" ); document.write( "Now solve for W...\r \n" ); document.write( "\n" ); document.write( "2W = 26 - 2x \n" ); document.write( "W = 13 - x\r \n" ); document.write( "\n" ); document.write( "Area is found by length times width...so\r \n" ); document.write( "\n" ); document.write( "A(x) = LW = x(13-x) \n" ); document.write( " |