document.write( "Question 1004071: The perimeter of a rectangle is 30 inches, and its area is 54 square inches. Find the length of the longest side of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #620619 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From the facts we have \n" ); document.write( "P = 2L + 2W = 30 and \n" ); document.write( "A = LW = 54 \n" ); document.write( "Solve the first for W and substitute into the second one... \n" ); document.write( "2L + 2W = 30 \n" ); document.write( "L + W = 15 \n" ); document.write( "W = 15 - L \n" ); document.write( "and then \n" ); document.write( "L(15 - L) = 54 \n" ); document.write( "-L^2 + 15L - 54 = 0 \n" ); document.write( "or \n" ); document.write( "L^2 - 15L + 54 = 0 \n" ); document.write( "Factoring we get \n" ); document.write( "(L - 9)(L - 6) = 0 \n" ); document.write( "L = 9 in \n" ); document.write( "W = 6 in \n" ); document.write( " |