document.write( "Question 217279: A garden table and a bench cost $600 combined. The price of the garden table is three times the price of the bench. What is the cost of the bench? \n" ); document.write( "
Algebra.Com's Answer #163833 by chibisan(131) You can put this solution on YOUR website! let the cost of the garden table be x and the bench be y so ,\r \n" ); document.write( "\n" ); document.write( "x + y = 600 -(1) \n" ); document.write( "x=3y -(2)\r \n" ); document.write( "\n" ); document.write( "solve simultaneously , so \n" ); document.write( "sub x=3y to eq (1) \n" ); document.write( "(3y) + y = 600 \n" ); document.write( "4y = 600 \n" ); document.write( "y = 150 (the bench price) . \n" ); document.write( " \n" ); document.write( " |