document.write( "Question 847326: Bob has 60 coins consisting of quarters and dimes. The coins combined value is $9.45. Find out how many are quarters and how many are dimes \n" ); document.write( "
Algebra.Com's Answer #510340 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Bob has 60 coins consisting of quarters and dimes. The coins combined value is $9.45. Find out how many are quarters and how many are dimes \n" ); document.write( "------- \n" ); document.write( "Quantity Eq:: d + q = 60 coins \n" ); document.write( "Value Eq:: 10d+25q = 945 cents \n" ); document.write( "------------------------------------- \n" ); document.write( "Modify: \n" ); document.write( "2d + 2q = 120 \n" ); document.write( "2d + 5q = 189 \n" ); document.write( "---------------- \n" ); document.write( "Subtract: \n" ); document.write( "3q = 69 \n" ); document.write( "q = 23 (# of quarters) \n" ); document.write( "--- \n" ); document.write( "Solve for \"d\": \n" ); document.write( "d+q = 60 \n" ); document.write( "d + 23 = 60 \n" ); document.write( "d = 37 (# of dimes) \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |