document.write( "Question 670863: I am not sure how to figure out a coin problem without how much it's worth for example: A bank contains 44 coins (nickles, dimes, quarters). There are twice as many dimes as nickles and 8 fewer nickles than quarters. How much money is in the bank? \n" ); document.write( "
Algebra.Com's Answer #852495 by ikleyn(53266)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "I am not sure how to figure out a coin problem without how much it's worth for example:
\n" ); document.write( "A bank contains 44 coins (nickles, dimes, quarters). There are twice as many dimes as nickles
\n" ); document.write( "and 8 fewer nickles than quarters. How much money is in the bank?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        I will give a simple,  straightforward,  short and instructive solution,\r
\n" ); document.write( "\n" ); document.write( "        using only one single equation in one single unknown.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x be the number of nickels.\r\n" );
document.write( "\r\n" );
document.write( "Then the number of dimes is 2x, according to the problem,\r\n" );
document.write( "\r\n" );
document.write( "and the number of quarters is (x+8).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Having this, write equation for the total number of coins\r\n" );
document.write( "\r\n" );
document.write( "    x + 2x + (x+8) = 44.    (here 44 is the given total number of coins).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify this equation and find x\r\n" );
document.write( "\r\n" );
document.write( "    4x + 8 = 44,\r\n" );
document.write( "\r\n" );
document.write( "    4x = 44 - 8 = 36,\r\n" );
document.write( "\r\n" );
document.write( "     x =36/4 = 9.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, there are 9 nickels in the bank,  2*9 = 18 dimes and 9+8 = 17 quarters.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now you can easily find the value of the bank\r\n" );
document.write( "\r\n" );
document.write( "    5*9 + 10*18 + 17*25 = 650 cents,  or 6.50 dollars.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  The value of the bank is $6.50.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved and explained in a simple and instructive way, using only one unknown,
\n" ); document.write( "and without introducing system of equation, which is not necessary here.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I wrote this my solution as an alternative to the long,  wordy solution by  @Theo.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We live now at the time when every our solution,  produced at this forum,
\n" ); document.write( "goes directly to the database for  Artificial  Intelligence.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So not tens,  but tens millions students/readers will read them.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "While  10  years ago so wordy solutions as in the posts by  @Theo
\n" ); document.write( "did not cause protest,  now they become  INAPPROPRIATE
\n" ); document.write( "for teaching millions of readers of  AI.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It is why I work here now checking and re-developing many @Theo' solutions.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Because they  SHOULD  BE  re-developed.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );