document.write( "Question 1066459: Alvin has 20 coins consisting of nickels and quarters. If the value of the coins is $4.40, how many nickels does Alvin have? \n" ); document.write( "
Algebra.Com's Answer #681638 by ikleyn(52834)\"\" \"About 
You can put this solution on YOUR website!
.Alvin has 20 coins consisting of nickels and quarters. If the value of the coins is $4.40, how many nickels does Alvin have?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let N be the number of nickels.\r\n" );
document.write( "Then the number of quarters is (20-N).\r\n" );
document.write( "\r\n" );
document.write( "Nickels contribute 5N cents to the total.\r\n" );
document.write( "\r\n" );
document.write( "Quarters contribute 25*(20-N) cents to the total.\r\n" );
document.write( "\r\n" );
document.write( "THe \"value\" equation is\r\n" );
document.write( "\r\n" );
document.write( "5N + 25*(20-N) = 440 cents.\r\n" );
document.write( "\r\n" );
document.write( "5N + 500 - 25N = 440,\r\n" );
document.write( "\r\n" );
document.write( "-20N = 440 - 500  --->  -20N = -60  --->  N= \"%28-60%29%2F%28-20%29\" = 3.\r\n" );
document.write( "\r\n" );
document.write( "Answer. 3 Nickels and 20-3 = 17 quarters.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );