document.write( "Question 431868: My question is: A coin bank contains 25 coins in nickels, dimes, and quarters. There are four times as many dimes as quarters. The value of the coins is $2.05. how many dimes are in the bank? I came up with n+ n+4+ n= 25. Please help me..... \n" ); document.write( "
Algebra.Com's Answer #299590 by mananth(16946) You can put this solution on YOUR website! quarters = x \n" ); document.write( "dimes =4x \n" ); document.write( "Nickels = 25- (x+4x)= 25-5x\r \n" ); document.write( "\n" ); document.write( "25x+10*4x+5(25-5x)=205\r \n" ); document.write( "\n" ); document.write( "25x+40x+125-25x=205 \n" ); document.write( "40x=205-125 \n" ); document.write( "40x=80 \n" ); document.write( "x=2 quarters = 50 cents \n" ); document.write( "dimes = 4 8 coins = 80 cents \n" ); document.write( "nickels = 25-5x= 25-10=15= 15*5=75 cents\r \n" ); document.write( "\n" ); document.write( "50+80+75=205 cents = $2.05 \n" ); document.write( " |