document.write( "Question 1126004: You have 76 coins consisting of nickels and half-dollars. The number of half-dollars is 8 more than three times the number of nickels. \n" ); document.write( "
Algebra.Com's Answer #742324 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
nickels = x
\n" ); document.write( "Half dollars = 3x+8
\n" ); document.write( "x+3x+8 = 76
\n" ); document.write( "4x = 68
\n" ); document.write( "x = 17
\n" ); document.write( "You have 17 nickels and 3(17)+8 = 59 half dollars
\n" ); document.write( "check:
\n" ); document.write( "17 + 59 = 76 Correct
\n" ); document.write( "
\n" );