document.write( "Question 798485: The length of a rectangle is four times its width. If the perimeter is at most 130 centimeters, what is the greatest possible value for the width? Write an inequality to model the problem. \n" ); document.write( "
Algebra.Com's Answer #482228 by mananth(16946)![]() ![]() You can put this solution on YOUR website! width = x \n" ); document.write( "length = 4x\r \n" ); document.write( "\n" ); document.write( "Perimeter = 2*(L+W)\r \n" ); document.write( "\n" ); document.write( "=2*(x+4x)\r \n" ); document.write( "\n" ); document.write( "=10x\r \n" ); document.write( "\n" ); document.write( "10x<= 130\r \n" ); document.write( "\n" ); document.write( "/10 \n" ); document.write( "x<=13 \n" ); document.write( " |