document.write( "Question 1101937: A garden table and a bench cost
\n" );
document.write( "
\n" );
document.write( "$721
\n" );
document.write( "
\n" );
document.write( " combined. The garden table costs
\n" );
document.write( "
\n" );
document.write( "$71
\n" );
document.write( "
\n" );
document.write( " more than the bench. What is the cost of the bench?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #716561 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! bench=x \n" ); document.write( "garden table=x+71 \n" ); document.write( "Their sum, x+x+71=2x+71=721 \n" ); document.write( "subtract 71 from both sides \n" ); document.write( "2x=650 \n" ); document.write( "divide by 2 both sides \n" ); document.write( "x=$325 bench ANSWER \n" ); document.write( "x+71=$396 table \n" ); document.write( "They add to $721 \n" ); document.write( " |