document.write( "Question 1101735: A coin jar contains nickels, dimes, and quarters. There are 66 coins in all. There are 8 more nickels than quarters. The value of the dimes is $3.20 less than the value of the quarters. How many quarters are in the jar?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #716435 by richwmiller(17219) You can put this solution on YOUR website! Stan's \n" ); document.write( "q+8 + (2.5q-32) + q = 66 \n" ); document.write( "4.5q = 98 should be \n" ); document.write( "4.5q = 90 \n" ); document.write( "q=20 \n" ); document.write( " |