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 #302723 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! you know ___ 2L + 2W = 124\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are given ___ \"length is 6ft more than three times the width\" ___ L = 3W + 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ 2(3W + 6) + 2W = 124 ___ 8W + 12 = 124 ___ W = 14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "plug the value for W into your original equation to find L \n" ); document.write( " |