document.write( "Question 1015813: A jar contains n nickels and d dimes. There are 22 coins in the jar, and the total value of the coins is $1.50. How many nickels and how many dimes are in the jar?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #632201 by ikleyn(52787)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "A jar contains n nickels and d dimes. There are 22 coins in the jar, and the total value of the coins is $1.50. How many nickels and how many dimes are in the jar? \n" ); document.write( "----------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " n + d = 22, (1)\r\n" ); document.write( "5n + 10d = 150. (2)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "From (1), n = 22-d. Substitute it into (2):\r\n" ); document.write( "\r\n" ); document.write( "5*(22-d) + 10d = 150.\r\n" ); document.write( "\r\n" ); document.write( "110 - 5d + 10d = 150.\r\n" ); document.write( "\r\n" ); document.write( "5d = 150 - 110 = 40.\r\n" ); document.write( "\r\n" ); document.write( "d = \n" ); document.write( " \n" ); document.write( " |