document.write( "Question 1080066:  Max has 25 coins in his pockets. The total value of all the nickels and quarters is $2.65. How many nickels does he have?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #694308 by Alan3354(69443)     You can put this solution on YOUR website! Max has 25 coins in his pockets. The total value of all the nickels and quarters is $2.65. How many nickels does he have? \n" ); document.write( "------------ \n" ); document.write( "n + q = 25 \n" ); document.write( "5n + 25q = 265 \n" ); document.write( " \n" ); document.write( " |