document.write( "Question 86337: Solve the following word problems. Be sure to show the equation you use for the solution.\r
\n" );
document.write( "\n" );
document.write( "Geometry. The length of a rectangular playing field is 5 ft less than twice its width. If the perimeter of the playing field is 230 ft, find the length and width of the field. \n" );
document.write( "
Algebra.Com's Answer #62438 by scianci(186)![]() ![]() ![]() You can put this solution on YOUR website! let width = x \n" ); document.write( "let length = 2x - 5 \n" ); document.write( "Draw a rectangle and label each width as x and each length as 2x - 5 \n" ); document.write( "Set up an equation based on the perimeter [sum of all 4 sides] being 230 \n" ); document.write( "Solve the equation for x \n" ); document.write( "Plug this value in to 2x - 5 \n" ); document.write( " |