document.write( "Question 263870: josh has seven times as many nickels as quarters. if the coins total $2.40 how many of each does he have? \n" ); document.write( "
Algebra.Com's Answer #194397 by richwmiller(17219) You can put this solution on YOUR website! n=7q \n" ); document.write( "25q+5n=240 \n" ); document.write( "25q+5*(7q)=240 \n" ); document.write( "25q+35q=240 \n" ); document.write( "60q=240 \n" ); document.write( "q=4 \n" ); document.write( "n=28 \n" ); document.write( " \n" ); document.write( " |