document.write( "Question 1013305: Joy has $1.75 in her pocket made up of 27 nickels and dimes. How many of each type of coin does she have? \n" ); document.write( "
Algebra.Com's Answer #629549 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the number of nickels and dimes she has, n and d. Then we have
\n" ); document.write( "n + d = 27 and the value equation is
\n" ); document.write( "5n + 10d = 175 (use cents)
\n" ); document.write( "Now multiply the top one by 5 and subtract from the second...we get...
\n" ); document.write( "5n + 10d = 175
\n" ); document.write( "-(5n + 5d = 135)
\n" ); document.write( "-----------------
\n" ); document.write( "5d = 40
\n" ); document.write( "d = 8 dimes
\n" ); document.write( "n = 19 nickels
\n" ); document.write( "
\n" );