document.write( "Question 55045: I am stuck on correct answer for: \r
\n" );
document.write( "\n" );
document.write( "if the width of a rectangle is 3 inches less than its length and the perimeter of the rectangle is 94 inches, what is the length, in inches, of the rectangle?\r
\n" );
document.write( "\n" );
document.write( "I believe answer is 25 but I need to verify my work. Can you show me the breakdown to get correct resolve? \n" );
document.write( "
Algebra.Com's Answer #37268 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! length = l \n" ); document.write( "width = l - 3 \n" ); document.write( "Perimeter = 2(length + width) \n" ); document.write( "94 = 2(l + l - 3) \n" ); document.write( "94 = 2(2l - 3) \n" ); document.write( "94 = 4l - 6 \n" ); document.write( "100 = 4l \n" ); document.write( "25 = l \n" ); document.write( "The length is 25 inches. \n" ); document.write( " |