document.write( "Question 519643: What is the equation for... Ginger has five more quarters than dimes. She has $5.10 in change. If she has only quarters and dimes, how many coins of each type does she have? \n" ); document.write( "
Algebra.Com's Answer #345718 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! When doing coin problems, you have to keep track of the number of coins and their values. \n" ); document.write( "d = number of dimes \n" ); document.write( "10d = value of the dimes in cents \n" ); document.write( "q = number of quarters \n" ); document.write( "25q = value of the quarters in cents \n" ); document.write( ". \n" ); document.write( "10d + 25q = 510 cents \n" ); document.write( ". \n" ); document.write( "q = d+5 \n" ); document.write( ". \n" ); document.write( "Solve by substitution. \n" ); document.write( ". \n" ); document.write( "Always check your answer! \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |