document.write( "Question 1068374: At a furniture store, a furniture was sold for Php475 less than a slide table and Php278 more than a kitchen dish cabinet. The total cost of the 3 items was Php4175. What was the selling price of the slide table? \n" ); document.write( "
Algebra.Com's Answer #683585 by addingup(3677)![]() ![]() You can put this solution on YOUR website! furniture: f \n" ); document.write( "Slide table: f+475 \n" ); document.write( "kit cabinet: f-278 \n" ); document.write( "f+f+475+f-278 = 4175 \n" ); document.write( "3f+197 = 4175 \n" ); document.write( "3f = 3978 \n" ); document.write( "f = 1326 \n" ); document.write( "slide table: 1326+475 = 1801 \n" ); document.write( "kit cabinet: 1326-278 = 1048 \n" ); document.write( "----------------------------- \n" ); document.write( "Check: \n" ); document.write( "1326+1801+1048 = 4175 Correct \n" ); document.write( " |