document.write( "Question 920238: Sally has a jar of dimes and quarters. The number of dimes is 10 more than 4 times the number of quarters. She has $7.50 in the jar. Find the number of dimes and quarters she saved. \n" ); document.write( "
Algebra.Com's Answer #558285 by Boss Master(1)![]() ![]() ![]() You can put this solution on YOUR website! D=Amount of dime \n" ); document.write( "Q=Amount of quarters \n" ); document.write( " \n" ); document.write( "we know that she has a total of $7.50 \n" ); document.write( " so d+q=$7.50 \n" ); document.write( " and also she has 10 more dimes than quarters \n" ); document.write( " .10d+.25q=$7.50 \n" ); document.write( "so she saved 14 quarters and a 4 dimes \n" ); document.write( " |