document.write( "Question 536472: Joe has a collection of nickels and dimes that is worth $9.60. If the number of nickels was tripled and the number of dimes was decreased by 31, the value of the coins would be $6.70. How many nickels and dimes does he have? \n" ); document.write( "
Algebra.Com's Answer #352379 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let the nickels be x \n" ); document.write( "Dimes = y\r \n" ); document.write( "\n" ); document.write( "5x+10y=960---------------(1)\r \n" ); document.write( "\n" ); document.write( "5(3x)+10(y-31)=670\r \n" ); document.write( "\n" ); document.write( "15x+10y-310=670 \n" ); document.write( "15x+10y=980 ---------------(2) \n" ); document.write( "Multiply equation (1) by -3 \n" ); document.write( "we get \n" ); document.write( "-15x-30y=-2880 \n" ); document.write( "Add this equation to (2) \n" ); document.write( "-20y=-1900 \n" ); document.write( "/-20 \n" ); document.write( "y=95 ---- dimes \n" ); document.write( "plug x in any equation you get x=2 nickels \n" ); document.write( "CHECK \n" ); document.write( "5*2+10*95=960\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |