document.write( "Question 493684: 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 #335876 by cleomenius(959)![]() ![]() You can put this solution on YOUR website! 2L + 2W = 30 \n" ); document.write( "L*W = 54 \n" ); document.write( "L = 54/w \n" ); document.write( "Now, we substitute the L into the first equation. \n" ); document.write( "108/w + 2W = 30 \n" ); document.write( "108 + 2W^2 = 30w \n" ); document.write( "2w^2 - 30W + 108 = 0 \n" ); document.write( "2(W^2 - 15w + 54) \n" ); document.write( "2(w - 6)( w - 9) \n" ); document.write( "Our longest leg is 9, the shortest is 6. \n" ); document.write( "18 inches + 12 inches = 30 inches. \n" ); document.write( "9 inches * 6 inches = 54 inches. \n" ); document.write( "Cleomenius.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |