document.write( "Question 437569: I need to find the width and length of a billboard. the perimeter is 124ft. and the length is 6ft more than three times the width.
\n" );
document.write( " I understand that p= 124
\n" );
document.write( " and I need W2(?) + L2(?) = P that will equal 124ft.\r
\n" );
document.write( "\n" );
document.write( " but having the wording 6ft more than three times is were Im lost. \n" );
document.write( "
Algebra.Com's Answer #302719 by Klaus(2)![]() ![]() ![]() You can put this solution on YOUR website! your getting lost at writing the equation as the length is 6ft more than three times the width is the key to solving this problem. \n" ); document.write( "The perimeter of a rectangle is 2(W)+ 2(L), we are giving perimeter so we can write our first equation...2(W)+2(L0=124 \n" ); document.write( "next write out the second equation which is the sentence your stuck at....... L=3(W)+6 \n" ); document.write( " so putting the 2 equations together to get 1 variable we get: \n" ); document.write( "2(W) + 2(3W+6)=124 \n" ); document.write( "solve for W=14 \n" ); document.write( "solve for L=3 times width add 6 \n" ); document.write( " = 3*14+6 \n" ); document.write( " L = 48\r \n" ); document.write( "\n" ); document.write( "hope that helps! \n" ); document.write( " |