document.write( "Question 278465: Emily has nickels, dimes, and quarters in her piggy bank. She has twice as many dimes as nickels and 12 fewer quarters than dimes. The total value of the coins is $9.00. How many of each coin type does Emily have? \r
\n" );
document.write( "\n" );
document.write( "This has had me confused for an hour. Can I get an explanation also? Thanks! \n" );
document.write( "
Algebra.Com's Answer #202645 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Emily has nickels, dimes, and quarters in her piggy bank. \n" ); document.write( "She has twice as many dimes as nickels and 12 fewer quarters than dimes. \n" ); document.write( " The total value of the coins is $9.00. \n" ); document.write( "How many of each coin type does Emily have? \n" ); document.write( ": \n" ); document.write( "Write an equation for each phrase \n" ); document.write( ": \n" ); document.write( "\"She has twice as many dimes as nickels \" \n" ); document.write( "d = 2n \n" ); document.write( "or divide both sides by 2 and you have: \n" ); document.write( "n = .5d \n" ); document.write( ": \n" ); document.write( "\"12 fewer quarters than dimes. \" \n" ); document.write( "q = (d - 12) \n" ); document.write( ": \n" ); document.write( "\"The total value of the coins is $9.00.\" \n" ); document.write( ".05n + .10d + .25q = 9.00 \n" ); document.write( ": \n" ); document.write( "In the above equation, replace n with .5d, and replace q with (d-12) \n" ); document.write( ".05(.5d) + .10d + .25(d-12) = 9.00 \n" ); document.write( ": \n" ); document.write( ".025d + .10d + .25d - 3 = 9.00 \n" ); document.write( ": \n" ); document.write( ".375d = 9 + 3 \n" ); document.write( "d = \n" ); document.write( "d = 32 dimes \n" ); document.write( "then \n" ); document.write( "n = .5d \n" ); document.write( "n = .5(32) \n" ); document.write( "n = 16 nickels \n" ); document.write( "and \n" ); document.write( "q = d - 12 \n" ); document.write( "q = 32 - 12 \n" ); document.write( "q = 20 quarters \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check all this in the total$ equation \n" ); document.write( ".05(16) + .10(32) + .25(20) = \n" ); document.write( ".80 + 3.20 + 5.00 = 9.00 \n" ); document.write( ": \n" ); document.write( "How about this? Did we eliminate some confusion about this? \n" ); document.write( "The trick on these problems is to get all three unknowns in terms of one the \n" ); document.write( " unknowns, d in this case.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |