document.write( "Question 203458: A standard rectangular highway billboard has a perimeter of 124 ft. The length is 34 ft more than the width. Find the length and width. \n" ); document.write( "
Algebra.Com's Answer #153484 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
let x= width=14
\n" ); document.write( "x+34=length=14+34=48
\n" ); document.write( "p=2l+2w
\n" ); document.write( "2x+2x+68=124
\n" ); document.write( "4x=56
\n" ); document.write( "x=14
\n" ); document.write( "
\n" );