document.write( "Question 1205884: For numbers 13 and 14, the length of a rectangular basketball court
\n" );
document.write( "is 5 meters more than its width. The area of the court is 750 square
\n" );
document.write( "meters and the width of the court is x meters.
\n" );
document.write( "13. Which equation can be used to find the width of the basketball
\n" );
document.write( "court?
\n" );
document.write( "Ⓐ x² + 5x + 750 = 0
\n" );
document.write( "Ⓑ x² − 5x + 750 = 0
\n" );
document.write( "Ⓒ x² + 5x − 750 = 0
\n" );
document.write( "Ⓓ x² − 5x − 750 = 0\r
\n" );
document.write( "\n" );
document.write( "14. What is the width of the rectangular court in meters? \n" );
document.write( "
Algebra.Com's Answer #842957 by Theo(13342)![]() ![]() You can put this solution on YOUR website! length = x + 5 \n" ); document.write( "width = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area = length * width = x * (x + 5) = x^2 + 5x. \n" ); document.write( "since area = 750, you get x^2 + 5x = 750 \n" ); document.write( "subtract 750 from both sides of that equation to get x^2 + 5x - 750 = 0 \n" ); document.write( "that would be selection C.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factor that equation to get (x + 30) * (x - 25) = 0 \n" ); document.write( "solve for x to get x = -30 or x = 25 \n" ); document.write( "x = 25 because x can't be negative.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is the width of the court is x = 25 meters.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |