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 #852517 by n2(19)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A bank contains 44 coins (nickels, dimes, quarters). There are twice as many dimes as nickels
\n" ); document.write( "and 8 fewer nickels 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( "
\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( "\n" ); document.write( "
\n" ); document.write( "
\n" );