document.write( "Question 107455: A man buys a lamp and a table for 390 $. The table cost 80 $ more than the lamp. Find the cost of each aricle. \n" ); document.write( "
Algebra.Com's Answer #78223 by Annabelle1(69)![]() ![]() ![]() You can put this solution on YOUR website! let the cost of the lamp be x \n" ); document.write( "the cost of the table is then x+80\r \n" ); document.write( "\n" ); document.write( "the total cost is then x+x+80 \n" ); document.write( "=2x+80\r \n" ); document.write( "\n" ); document.write( "this is equal to 390\r \n" ); document.write( "\n" ); document.write( "2x+80=390\r \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so the lamp(x) was $155 \n" ); document.write( "the table then 155+80=235 \n" ); document.write( " |