document.write( "Question 1056310: if i have 56 coins and it adds up to 5.00 how many nickels and quarters do i have? \n" ); document.write( "
Algebra.Com's Answer #671456 by ikleyn(52874)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "if i have 56 coins and it adds up to 5.00 how many nickels and quarters do i have?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "5n + 25*(56-n) = 500  cents,\r\n" );
document.write( "\r\n" );
document.write( "where \"n\" is the number of nickels.\r\n" );
document.write( "\r\n" );
document.write( "Solve for n:\r\n" );
document.write( "\r\n" );
document.write( "5n + 1400 - 25n = 500,\r\n" );
document.write( "\r\n" );
document.write( "-20n = 500 - 1400,\r\n" );
document.write( "\r\n" );
document.write( "-20n = -900  --->  n = \"%28-900%29%2F%28-20%29\" = 45.\r\n" );
document.write( "\r\n" );
document.write( "The number of nickels is 45, the number of quarters is 56-45 = 11.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "There is entire bunch of lessons on coin problems\r
\n" ); document.write( "\n" ); document.write( "    - Coin problems\r
\n" ); document.write( "\n" ); document.write( "    - More Coin problems\r
\n" ); document.write( "\n" ); document.write( "    - Solving coin problems without using equations\r
\n" ); document.write( "\n" ); document.write( "    - Kevin and Randy Muise have a jar containing coins\r
\n" ); document.write( "\n" ); document.write( "    - Typical coin problems from the archive\r
\n" ); document.write( "\n" ); document.write( "    - More complicated coin problems\r
\n" ); document.write( "\n" ); document.write( "    - Solving coin problems mentally by grouping without using equations\r
\n" ); document.write( "\n" ); document.write( "    - Santa Claus helps solving coin problem\r
\n" ); document.write( "\n" ); document.write( "in this site.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Read them and become an expert in solution of coin problems.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Also, you have this free of charge online textbook in ALGEBRA-I in this site\r
\n" ); document.write( "\n" ); document.write( "    - ALGEBRA-I - YOUR ONLINE TEXTBOOK.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The referred lessons are the part of this online textbook under the topic \"Coin problems\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );