document.write( "Question 5031: one side of a pool table is 1 foot longer than twice the width. the area of the pool table is 15 square feet. what is the length of the table?
\n" );
document.write( "how would you write this as a formula? \n" );
document.write( "
Algebra.Com's Answer #2532 by rapaljer(4671)![]() ![]() You can put this solution on YOUR website! Let x = width of the table \n" ); document.write( "2x + 1 = length of the table\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The formula is for area: \n" ); document.write( "WIDTH * LENGTH = AREA \n" ); document.write( "x ( 2x + 1) = 15 \r \n" ); document.write( "\n" ); document.write( "That is the formula, which is a quadratic equation. Remember, you'll have to reject any negative values of x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "R^2 at SCC \n" ); document.write( " |