document.write( "Question 162904: The length of a rectangle is 3 in. more than its width. The perimeter is 30 in. Write and solve the equation to find the width of the rectangle. Formula is P=2 x length + 2 x width
\n" );
document.write( "Please show all work.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #120057 by nerdybill(7384) You can put this solution on YOUR website! Let w = width of rectangle \n" ); document.write( "then because \"length of a rectangle is 3 in. more than its width\" we have \n" ); document.write( "w+3 = length of rectangle \n" ); document.write( ". \n" ); document.write( "Plugging all the information into: \n" ); document.write( "P=2 x length + 2 x width \n" ); document.write( "we get \n" ); document.write( "30 = 2(w+3) + 2x \n" ); document.write( "dividing both sides by 2: \n" ); document.write( "15 = w+ 3 + x \n" ); document.write( "15 = 2w + 3 \n" ); document.write( "12 = 2w \n" ); document.write( "6 inches = w (width) \n" ); document.write( " \n" ); document.write( " |