document.write( "Question 798210: A collection of nickels, dimes, and quarters consists of 13 coins with a total value of $1.50. If the number of dimes is equal to the number of nickels, find the number of each type of coin. \n" ); document.write( "
Algebra.Com's Answer #482089 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+n+\" = number of nickels
\n" ); document.write( "Let \"+d+\" = number of dimes
\n" ); document.write( "Let \"+q+\" = number of quarters
\n" ); document.write( "----------------------------
\n" ); document.write( "(1) \"+n+%2B+d+%2B+q+=+13+\"
\n" ); document.write( "(2) \"+5n+%2B+10d+%2B+25q+=+150+\" ( in cents )
\n" ); document.write( "(3) \"+d+=+n+\"
\n" ); document.write( "----------------
\n" ); document.write( "This is 3 equations and 3 unknowns,
\n" ); document.write( "so it's solvable
\n" ); document.write( "Substitute (3) into both (1) and (2)
\n" ); document.write( "(1) \"+n+%2B+n+%2B+q+=+13+\"
\n" ); document.write( "(2) \"+5n+%2B+10n+%2B+25q+=+150+\"
\n" ); document.write( "---------------------------
\n" ); document.write( "(1) \"+2n+%2B+q+=+13+\"
\n" ); document.write( "(2) \"+15n+%2B+25q+=+150+\"
\n" ); document.write( "multiply both sides of (1) by \"+25+\"
\n" ); document.write( "and subtract (2) from (1)
\n" ); document.write( "(1) \"+50n+%2B+25q+=+325+\"
\n" ); document.write( "(2) \"+-15n+-+25q+=+-150+\"
\n" ); document.write( "\"+35n+=+175+\"
\n" ); document.write( "\"+n+=+5+\"
\n" ); document.write( "and, since
\n" ); document.write( "(3) \"+d+=+n+\"
\n" ); document.write( "\"+d+=+5+\"
\n" ); document.write( "and
\n" ); document.write( "(1) \"+5+%2B+5+%2B+q+=+13+\"
\n" ); document.write( "(1) \"+10+%2B+q+=+13+\"
\n" ); document.write( "(1) \"+q+=+3+\"
\n" ); document.write( "There are 5 nickels
\n" ); document.write( "There are 5 dimes
\n" ); document.write( "There are 3 quarters
\n" ); document.write( "check:
\n" ); document.write( "(2) \"+5%2A5+%2B+10%2A5+%2B+25%2A3+=+150+\"
\n" ); document.write( "(2) \"+25+%2B+50+%2B+75+=+150+\"
\n" ); document.write( "(2) \"+150+=+150+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" ); document.write( "
\n" );