document.write( "Question 903230: Hey guys,
\n" );
document.write( "I need some help solving this problem please. I do not how to start it. \r
\n" );
document.write( "\n" );
document.write( "What are the length and width of a rectangular traffic sign if the length exceeds the width by 13 inches and the perimeter is 138 inches.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #547864 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! What are the length and width of a rectangular traffic sign if the length exceeds thw width by 13 inches and the perimeter is 138 inches. \n" ); document.write( "let x=width \n" ); document.write( "x+13=length \n" ); document.write( "2(width+length)=perimeter \n" ); document.write( "2(x+x+13)=138 \n" ); document.write( "4x+26=138 \n" ); document.write( "4x=112 \n" ); document.write( "x=28 \n" ); document.write( "x+13=41 \n" ); document.write( "width=28 inches \n" ); document.write( "length=41 inches \n" ); document.write( " |