document.write( "Question 1080288: a coin collection consisting of nickels and quarters has a value of $4.50. The number of quarters is 4 less than twice the number of nickels. Find the number of nickel \n" ); document.write( "
Algebra.Com's Answer #694475 by ikleyn(53765)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "a coin collection consisting of nickels and quarters has a value of $4.50. The number of quarters is 4 less
\n" ); document.write( "than twice the number of nickels. Find the number of nickel
\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 (2N-4).\r\n" );
document.write( "\r\n" );
document.write( "The \"value\" equation is \r\n" );
document.write( "\r\n" );
document.write( "5N + 25*(2N-4) = 450   (cents).\r\n" );
document.write( "\r\n" );
document.write( "5N + 50N - 100 = 450  ====>  55N = 550  ====>  N = 10.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Thanks to \"MathTherapy\" for pointing my error.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );