document.write( "Question 1173098: You have a total of 47 nickels and dimes. The value of all your coins is $3.15. How many nickels do you have? \n" ); document.write( "
Algebra.Com's Answer #798243 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Let x be the number of dimes, nickels (47-x)
\n" ); document.write( "5 cents! in a nickel and 10 cents! in a dime
\n" ); document.write( "5(47-x) + 10x = 315 cents |Using cents ...makes sense here
\n" ); document.write( "5x = 315 - 5*47
\n" ); document.write( "5x = 80
\n" ); document.write( "x = 16, the number of Dimes
\n" ); document.write( "47-16 = 31 the number of Nickels
\n" ); document.write( "CHECKING our answer***
\n" ); document.write( "16*10 + 31*5 = 160 + 155 = 315cents
\n" ); document.write( "Wish You the Best in your Studies. \n" ); document.write( "
\n" );