document.write( "Question 969296: The length of a rectangle road sign is 2 feet less than three times its width. Find the dimensions if the perimeter is 28 feet \n" ); document.write( "
Algebra.Com's Answer #592293 by satyareddy22(84)![]() ![]() ![]() You can put this solution on YOUR website! Let length be l,breadth be b \n" ); document.write( "perimeter = 28 feet \n" ); document.write( "2(l+b)=28feet \n" ); document.write( "=>l+b = 14----------(1) \n" ); document.write( "3b-l = 2(given)-----(2) \n" ); document.write( "solving (1) & (2) \n" ); document.write( "l=10,b=4 \n" ); document.write( " \n" ); document.write( " |