document.write( "Question 81160: Jill has $3.50 in nickels and dimes. If she has 50 coins, how many of each type of coin does she have?
\n" ); document.write( "Nickels:
\n" ); document.write( "Dimes:
\n" ); document.write( "

Algebra.Com's Answer #58193 by tutor_paul(519)\"\" \"About 
You can put this solution on YOUR website!
This is a problem with 2 equations and 2 unknowns. Any time you have at least as many equations as you have unknowns, you can solve the problem!
\n" ); document.write( "Let N= number of Nickels
\n" ); document.write( "Let D= number of Dimes
\n" ); document.write( "From the given information, you know:
\n" ); document.write( "Equation #1: \"0.05N%2B0.1D=3.5\"
\n" ); document.write( "The 0.05 is the value (in dollars) of 1 Nickel, and 0.1 is the value (in dollars) of 1 Dime.
\n" ); document.write( "Since you know Jill has 50 coins, you can form the second equation from this information:
\n" ); document.write( "Equation #2: \"N%2BD=50\"
\n" ); document.write( "Now you have your 2 equations and 2 unknowns, so you are good to go!
\n" ); document.write( "First, solve Equation #2 for D:
\n" ); document.write( "\"D=50-N\"
\n" ); document.write( "Now that uou have this expression for D, substitute it into Equation #1 and solve for N:
\n" ); document.write( "\"0.05N%2B0.1%2850-N%29=3.5\"
\n" ); document.write( "\"0.05N%2B5-0.1N=3.5\"
\n" ); document.write( "\"0.05N-0.1N=-1.5\"
\n" ); document.write( "\"-0.05N=-1.5\"
\n" ); document.write( "\"highlight%28N=30%29\"
\n" ); document.write( "Now that you have a value for N, substitute that in to Equation #2 and solve for D:
\n" ); document.write( "\"N%2BD=50\"
\n" ); document.write( "\"30%2BD=50\"
\n" ); document.write( "\"highlight%28D=20%29\"
\n" ); document.write( "Good Luck,
\n" ); document.write( "tutor_paul@yahoo.com
\n" ); document.write( "
\n" );