document.write( "Question 800817: the perimeter of a rectangle is 100ft its length is five more than twice the width find the dimensions of the rectangle. i know you have to set up two equations and substitute or eliminate but i don't know how to start
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #483275 by algebrahouse.com(1659) You can put this solution on YOUR website! w = width \n" ); document.write( "2w + 5 = length {length is 5 more than twice 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( "2w + 2(2w + 5) = 100 {substituted width and length into perimeter formula} \n" ); document.write( "2w + 4w + 10 = 100 {used distributive property} \n" ); document.write( "6w + 10 = 100 {combined like terms} \n" ); document.write( "6w = 90 {subtracted 10 from each side} \n" ); document.write( "w = 15 {divided each side by 6} \n" ); document.write( "2w + 5 = 35 {substituted 15, in for w, into 2w + 5}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "width is 15 ft \n" ); document.write( "length is 35 ft \n" ); document.write( " For more help from me, visit: www.algebrahouse.com \n" ); document.write( " |