document.write( "Question 1114732: Sunita has a coin collection of dimes, quarters, and silver dollars. The number of quarters is 5 less then three-fourths of the number of dimes. The number of silver dollars is 7 more than five-eighths of the number of dimes. There are 116 coins in all. How many dimes, quarters, and silver dollars does Sunita have? \n" ); document.write( "
Algebra.Com's Answer #729652 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Sunita has a coin collection of dimes, quarters, and silver dollars. \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The number of quarters is 5 less then three-fourths of the number of dimes.\r\n" ); document.write( "q = (3/4)d - 5\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The number of silver dollars is 7 more than five-eighths of the number of dimes.\r\n" ); document.write( "s = (5/8)d+7\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "There are 116 coins in all.\r\n" ); document.write( "s + q + d = 116\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Substitute for \"q\" and \"s\" and solve for \"d\"::\r\n" ); document.write( "\r\n" ); document.write( "(5/8)d+7 + (3/4)d - 5 + d = 116\r\n" ); document.write( "(5/8)d + (6/8)d + d = 116 - 7 + 5\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "(19/8)d = 114\r\n" ); document.write( "\r\n" ); document.write( "d =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |