document.write( "Question 684133: Together a chair, a table, and a lamp cost $562. The chair costs 4 times as much as the lamp, and the table costs $23 less than the chair. Calculate the cost of the table, the chair, and the lamp.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #423969 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! chair=4x \n" ); document.write( "lamp=x \n" ); document.write( "table=4x-23 \n" ); document.write( "4x+x+4x-23=562 \n" ); document.write( "9x=585 \n" ); document.write( "x=585/9 \n" ); document.write( "x=65 \n" ); document.write( "4x=260 \n" ); document.write( "4x-23=237 \n" ); document.write( " |