document.write( "Question 498858: a rectanglar playing field has a perimeter of 100 meters. if one side is one meter less than twice the other, what are the dimensions of the field?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #337358 by cleomenius(959)![]() ![]() You can put this solution on YOUR website! let x = length \n" ); document.write( "2x - 1 = width \n" ); document.write( "2(x) + 2(2x - 1) = 100 meters. \n" ); document.write( "2x + 4x - 2 = 100 meters. \n" ); document.write( "6x -2 = 100 meters \n" ); document.write( "6x = 102 meters. \n" ); document.write( "x = 17 meters, the length. \n" ); document.write( "2x = 1 = 33 meters the width \n" ); document.write( "2(33) + 2(17) = 100 meters. \n" ); document.write( "This does check. \n" ); document.write( "Cleomenius. \n" ); document.write( " |