document.write( "Question 951462: One side of a rectangle is 10 inches and the other side is x inches. What values of x will make the perimeter at most 30 inches? \n" ); document.write( "
Algebra.Com's Answer #581087 by macston(5194)![]() ![]() You can put this solution on YOUR website! One side of a rectangle is 10 inches and the other side is x inches. What values of x will make the perimeter at most 30 inches? \n" ); document.write( "L=10 in \n" ); document.write( "Perimeter=2(L+x) \n" ); document.write( "2(L+x)<=30 in Divide each side by 2 \n" ); document.write( "10 in+x<=15 in Subtract 10 in from each side. \n" ); document.write( "x<=5 in ANSWER x must be less than or equal to 5 inches.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |