document.write( "Question 660238: a child has $17.55 worth of nickels and dimes in her piggy bank. There are a total of 207 coins. How many of each does she have? \n" ); document.write( "
Algebra.Com's Answer #411097 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! x = # of nickels \n" ); document.write( "y = # of dimes\r \n" ); document.write( "\n" ); document.write( "x + y = 207 \n" ); document.write( ".05x + .1y = 17.55\r \n" ); document.write( "\n" ); document.write( "Multiply the first equation by -.05 and add the second equation \n" ); document.write( "-.05(x+y=207) \n" ); document.write( "-.05x - .05y = -10.35\r \n" ); document.write( "\n" ); document.write( "-.05x + .05x - .05y + .1y = -10.35 + 17.55 \n" ); document.write( "Combine like terms \n" ); document.write( ".05y = 7.2 \n" ); document.write( ".05y/.05 = 7.2/.05 \n" ); document.write( "y = 144 dimes\r \n" ); document.write( "\n" ); document.write( "Plug into first equation \n" ); document.write( "x + 144 = 207 \n" ); document.write( "x = 207 - 144 \n" ); document.write( "x = 63 nickles\r \n" ); document.write( "\n" ); document.write( "Proof \n" ); document.write( "(.1)144 = 14.40 \n" ); document.write( "(.05)63 = 3.15 \n" ); document.write( "14.40+3.15=17.55 \n" ); document.write( " |