document.write( "Question 994316: There are total of 41 coins in the piggy bank that consists of nickels, dimes, and quarters. The total value is $4.95. The number of dimes is seven less than the number of quarters. Find the number of nickels dimes and quarters in the piggy bank \n" ); document.write( "
Algebra.Com's Answer #808273 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "There are total of 41 coins in the piggy bank that consists of nickels, dimes, and quarters.
\n" ); document.write( "The total value is $4.95. The number of dimes is seven less than the number of quarters.
\n" ); document.write( "Find the number of nickels dimes and quarters in the piggy bank
\n" ); document.write( "~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            It is a typical problem to be solved using only one single unknown and only one single equation.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
    \r\n" );
document.write( "Let x be the number of quarters.\r\n" );
document.write( "\r\n" );
document.write( "Then the number of dimes is (x-7), according to the condition.\r\n" );
document.write( "\r\n" );
document.write( "The nickels are the rest coins, and their number is  (41-x-(x-7)) = (48-2x).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Having it, you write the total money equation\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "   25x + 10(x-7) + 5*(48-2x) = 495   cents.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    25x + 10x - 70 + 5*48 - 10x = 495\r\n" );
document.write( "\r\n" );
document.write( "          25x                   = 495 + 70 - 5*48 = 325\r\n" );
document.write( "\r\n" );
document.write( "            x                                     = \"325%2F25\" = 13.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  13 quarters, 6 dimes and the rest 41 - 13 - 6 = 22  coins are nickels.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "CHECK.  22*5 + 6*10 + 13*25 = 495 cents, in total.    ! Correct !\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\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( "It is how this problem is intended and is expected to be solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It is intended for young students, who didn't learn the conception of system of equations yet,\r
\n" ); document.write( "\n" ); document.write( "and the major goal of such problems is to teach such young students TO THINK.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );