document.write( "Question 964998: Matt has four times as many nickels as he does dimes. Their value is $8.10. How many of each coin does he have? \n" ); document.write( "
Algebra.Com's Answer #589811 by checkley77(12844) ![]() You can put this solution on YOUR website! let x be the number of dimes \n" ); document.write( "let 4x be the number of nickels \n" ); document.write( ".10x+.05*4x=8.10 \n" ); document.write( ".10x+.20x=8.10 \n" ); document.write( ".30x=8.10 \n" ); document.write( "x=8.10/.30 \n" ); document.write( "x=27 number of dimes \n" ); document.write( "4*27=108 number of nickles \n" ); document.write( "proof: \n" ); document.write( ".10*27+.05*108=8.10 \n" ); document.write( "2.70+5.40=8.10 \n" ); document.write( "8.10=8.10 \n" ); document.write( " |