document.write( "Question 651007: Write an inequality then solve: A rectangle is formed from a given square by extending one pair of opposite sides 14 cm and the other pair 10cm. If the perimeter of the rectangle is at least twice the perimeter of the square, at most how long is a side of the square? \n" ); document.write( "
Algebra.Com's Answer #407524 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
Call the sides of the square X. The perimeter is the sum of the sides, or 4X.


\n" ); document.write( "The rectangle's length is x+14 and width is x+10 (x extended the given lengths.) Its perimeter is 2L + 2W = 2(x+14) + 2(x+10) = 2x+28+2x+20 = 4x + 48.


\n" ); document.write( "The rectangle's perimeter (4x+48) is at least (meaning greater than or equal to) twice the perimeter of the square (2*4x).


\n" ); document.write( "4x+48 >= 8x Solve for x....subtract 4x from both sides.


\n" ); document.write( "48 >= 4x Divide both sides by 4: 12>=x.


\n" ); document.write( "x can be 12 or less. \n" ); document.write( "

\n" );