document.write( "Question 1179758: there were 24 nickles, dimes, and quarters whose total value equaled $4.25. how many coins of each kind were there if the number of nickels equaled the number of dimes? \n" ); document.write( "
Algebra.Com's Answer #853617 by ikleyn(53538)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "there were 24 nickles, dimes, and quarters whose total value equaled $4.25.
\n" ); document.write( "how many coins of each kind were there if the number of nickels equaled the number of dimes?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        Here is very simple way to solve this problem for 3 unknowns using only one equation.\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 also is x, according to the problem.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the number of quarters is  24-x-x = 24-2x.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now write the total money equation\r\n" );
document.write( "\r\n" );
document.write( "    5x + 10x + 25*(24-2x) = 425  cents.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify and find x\r\n" );
document.write( "\r\n" );
document.write( "    15x + 600 - 50x = 425\r\n" );
document.write( "\r\n" );
document.write( "    600 - 425 = 50x - 15x\r\n" );
document.write( "\r\n" );
document.write( "       175    =    35x\r\n" );
document.write( "\r\n" );
document.write( "         x    =     175/35 = 5.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  5 nickels, 5 dimes and 24-5-5 = 14 quarters.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "CHECK  for the total money  5*5 + 5*10 + 14*25 = 425 cents.   ! correct !\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved completely, using only one equation.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );