document.write( "Question 414453: Hello I was wondering can you help me solve this problem. Not for sure what my next step would be. \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " Problem :A basketball court is a rectangle with a perimeter of 80 meters . The length is 13 meters more than the width. Find the width and length of basketball court.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "My attempt: Let x be width
\n" );
document.write( " Let Y be length \r
\n" );
document.write( "\n" );
document.write( " X+13=width \r
\n" );
document.write( "\n" );
document.write( " x+13= 80 meters
\n" );
document.write( " -13=-13\r
\n" );
document.write( "\n" );
document.write( " x= 67 meters. \n" );
document.write( "
Algebra.Com's Answer #290686 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Problem :A basketball court is a rectangle with a perimeter of 80 meters . The length is 13 meters more than the width. Find the width and length of basketball court. \n" ); document.write( "--- \n" ); document.write( "Let width be \"x\": \n" ); document.write( "Then lenght = \"x+13\". \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "P = 2(width + length) \n" ); document.write( "80 = 2(x + x+13) \n" ); document.write( "40 = 2x+13 \n" ); document.write( "2x= 27 \n" ); document.write( "x = 13.5 meters (width) \n" ); document.write( "x+13 = 26.5 meters \n" ); document.write( "--- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |