document.write( "Question 823638: The length of a rectangle is three more than twice the width. The perimeter is 78 centimeters. What is the width in centimeters of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #495692 by algebrahouse.com(1659)![]() ![]() You can put this solution on YOUR website! x = width \n" ); document.write( "2x + 3 = length {the length is 3 more than twice the width}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Perimeter of a rectangle is 2(width) + 2(length}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x + 2(2x + 3) = 78 {substituted given information into perimeter formula} \n" ); document.write( "2x + 4x + 6 = 78 {used distributive property} \n" ); document.write( "6x + 6 = 78 {combined like terms} \n" ); document.write( "6x = 72 {subtracted 6 from each side} \n" ); document.write( "x = 12 {divided each side by 6}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "width = 12 cm \n" ); document.write( " For more help from me, visit: www.algebrahouse.com \n" ); document.write( " |