document.write( "Question 388513: a collection of 35 coins contains nickels and quarters. find the number of nickels given that the total face value of the coins is $2.55. \n" ); document.write( "
Algebra.Com's Answer #274840 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x and (35-x)represent the quarters and nickels respectively
\n" ); document.write( "Question states:
\n" ); document.write( " 25x + 5(35-x) = 255 cents
\n" ); document.write( " 20x = 255 - 5*35
\n" ); document.write( " 20x = 80
\n" ); document.write( " x = 4, the number of quarters, number of nickels = 31 (35-4)\r
\n" ); document.write( "\n" ); document.write( "CHECKING our Answer
\n" ); document.write( " 25*4 + 5*31 = 100 + 155 = 255 cents = $2.55 \n" ); document.write( "
\n" );