document.write( "Question 969370: A rectangle has a length of 3x + 1 and width of of x. If the perimeter is 16 cm how long is each side. \n" ); document.write( "
Algebra.Com's Answer #592287 by satyareddy22(84) ![]() You can put this solution on YOUR website! l=3x + 1 , b = x \n" ); document.write( "perimeter of rectangle = 16 \n" ); document.write( "2(l+b) = 16 \n" ); document.write( "2(3x+1+x)=16 \n" ); document.write( "4x+1=8 \n" ); document.write( "4x=7=>x=7/4 \n" ); document.write( "l=3x+1=3(7/4)+1=25/4=6.25 \n" ); document.write( "b=x=7/4=1.75 \n" ); document.write( " \n" ); document.write( " |