document.write( "Question 810645: A collection of 75 dimes and quarters is worth $13.65. How many of each coim are there? Solbe by using weighted averages. \n" ); document.write( "
Algebra.Com's Answer #488304 by stanbon(75887) ![]() You can put this solution on YOUR website! A collection of 75 dimes and quarters is worth $13.65. How many of each coim are there? \n" ); document.write( "------ \n" ); document.write( "Quantity Eq:: d + q = 75 coins \n" ); document.write( "Value Eq::: 10d+25a = 1365 cents \n" ); document.write( "-------------------------------- \n" ); document.write( "Modify for elimination:: \n" ); document.write( "10d + 10q = 10*75 \n" ); document.write( "10d + 25q = 1365 \n" ); document.write( "----- \n" ); document.write( "Subtract and solve for \"q\": \n" ); document.write( "15q = 615 \n" ); document.write( "q = 41 (# of quarters) \n" ); document.write( "----- \n" ); document.write( "Solve for \"d\": \n" ); document.write( "d + q = 75 \n" ); document.write( "d + 41 = 75 \n" ); document.write( "d = 34 (# of dimes) \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |