document.write( "Question 479919: i have 19 coins that are worth $1.10. if they consist only of dimes and nikels, then how many nikels do i have? \n" ); document.write( "
Algebra.Com's Answer #328764 by tinbar(133)![]() ![]() ![]() You can put this solution on YOUR website! let x be the dimes, and let y be the nickels.\r \n" ); document.write( "\n" ); document.write( "Then you know 1) x+y = 19 since there are 19 coins \n" ); document.write( "and 2) the value of nickels times the number of nickels plus the value of a dime times the number of dimes should add up to 1.10, which is a fancy way of saying 0.10x+0.05y = 1.10\r \n" ); document.write( "\n" ); document.write( "So with the two equations, you should be able to solve x and y\r \n" ); document.write( "\n" ); document.write( "If you cannot do this, reply to me via email and I will give you the full solution \n" ); document.write( " |