document.write( "Question 316851: The length of a rectangle is 5 meters longer than the width.Find the length and
\n" );
document.write( "width if the perimeter is 54 meters. \n" );
document.write( "
Algebra.Com's Answer #226764 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! length = x + 5\r \n" ); document.write( "\n" ); document.write( "width = x\r \n" ); document.write( "\n" ); document.write( "The perimeter is 54.\r \n" ); document.write( "\n" ); document.write( "We use the formula P = 2L + 2W.\r \n" ); document.write( "\n" ); document.write( "Let P = 54\r \n" ); document.write( "\n" ); document.write( "54 = 2(x + 5) + 2x\r \n" ); document.write( "\n" ); document.write( "Can you finish now? \n" ); document.write( " |