document.write( "Question 1060740: Kesha has a total of 110 coins,all of which are either dimes or quarters. The total value of the coins is $20.00. Find the number of each type of coin \n" ); document.write( "
Algebra.Com's Answer #675668 by ikleyn(52798)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Kesha has a total of 110 coins,all of which are either dimes or quarters. The total value of the coins is $20.00.
\n" ); document.write( "Find the number of each type of coin.
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let D be the number of dimes.\r\n" );
document.write( "\r\n" );
document.write( "Then the number of quarters is (110-D).\r\n" );
document.write( "\r\n" );
document.write( "The \"value equation\" is\r\n" );
document.write( "\r\n" );
document.write( "10D + 25*(110-D) = 2000.\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve for D:\r\n" );
document.write( "\r\n" );
document.write( "10D + 2750 - 25D = 2000,\r\n" );
document.write( "\r\n" );
document.write( "-15D = 2000 - 2750,\r\n" );
document.write( "\r\n" );
document.write( "-15D = -750,\r\n" );
document.write( "\r\n" );
document.write( "D = \"%28-750%29%2F%28-15%29\" = 50.\r\n" );
document.write( "\r\n" );
document.write( "Answer.  There are 50 dimes and 110-50 = 60 quarters in the collection.\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( "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" );