document.write( "Question 695858: A jar contains quarters and dimes whose value totals $4.40. It has three times as many dimes as quarters. How many dimes is in the jar. \n" ); document.write( "
| Algebra.Com's Answer #428675 by nerdybill(7384)     You can put this solution on YOUR website! A jar contains quarters and dimes whose value totals $4.40. It has three times as many dimes as quarters. How many dimes is in the jar. \n" ); document.write( ". \n" ); document.write( "Let d = number of dimes \n" ); document.write( "then \n" ); document.write( "d/3 = number of quarters \n" ); document.write( ". \n" ); document.write( ".10d + .25(d/3) = 4.40 \n" ); document.write( ".30d + .25d = 13.20 \n" ); document.write( ".55d = 13.20 \n" ); document.write( "d = 13.20/.55 \n" ); document.write( "d = 24 (number of dimes)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |