document.write( "Question 377551: Ken has 5 times as many nickels as dimes.In all, he has $2.80. How many coins of each type does he have? \n" ); document.write( "
Algebra.Com's Answer #268287 by edjones(8007) You can put this solution on YOUR website! Let n=number of nickels and d=number of dimes. \n" ); document.write( "n=5d \n" ); document.write( "5d(.05)+.1d=2.8 \n" ); document.write( ".25d+.1d=2.8 \n" ); document.write( ".35d=2.8 \n" ); document.write( "d=8 \n" ); document.write( "n=40 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |