document.write( "Question 373364: The cost of the gold bracelet was20.00 dollars more than three times the silver one.Together they cost 320.00dollars. How much did each cost? \n" ); document.write( "
Algebra.Com's Answer #265758 by robertb(5830)![]() ![]() You can put this solution on YOUR website! silver = s \n" ); document.write( "gold = 3s + 20. also, s+3s+20 = 320. Then \n" ); document.write( "4s + 20 = 320, \n" ); document.write( "4s = 300, \n" ); document.write( "s = 75, the cost of the silver bracelet. \n" ); document.write( "3s + 20 = 245, the cost of the gold bracelet. \n" ); document.write( " |