document.write( "Question 1057287: Amanda has a jar of 16 coins. In this jar, there are only quarters and nickels with a total of $2.00. How many nickels and quarters does Amanda have? \n" ); document.write( "
Algebra.Com's Answer #672358 by ikleyn(52790)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Amanda has a jar of 16 coins. In this jar, there are only quarters and nickels with a total of $2.00.
\n" ); document.write( "How many nickels and quarters does Amanda have?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( " n +   q =  16,    (1)\r\n" );
document.write( "5n + 25q = 200.    (2)\r\n" );
document.write( "\r\n" );
document.write( "From (1), express n = 16 -q and substitute it into (2), replacing \"n\". You will get\r\n" );
document.write( "\r\n" );
document.write( "5*(16-q) + 25q = 200,   or\r\n" );
document.write( "\r\n" );
document.write( "80 - 5q + 25q = 200,   or\r\n" );
document.write( "\r\n" );
document.write( "20q = 200 - 80,\r\n" );
document.write( "\r\n" );
document.write( "20q = 120,  \r\n" );
document.write( "\r\n" );
document.write( "q = \"120%2F20\" = 6.\r\n" );
document.write( "\r\n" );
document.write( "Answer. 6 quarters and 10 nickels.\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" );