document.write( "Question 1052875: Steve puts only dimes and quarters into his piggy bank. Right now he has five more dimes than quarters there, and they make $74.35. How many quarters and how many dimes are there in Steve’s piggy bank?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #668163 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! number of quarters=x \n" ); document.write( "dimes=x+5 \n" ); document.write( "0.10(x+5)+0.25x=74.35 \n" ); document.write( "0.10x+0.50+0.25x=74.35 \n" ); document.write( "0.35x=73.85, comgining moving terms \n" ); document.write( "divide both sides by 0.35 \n" ); document.write( "x=211 quarters, which is $52.75 ANSWER \n" ); document.write( "x+5=216 dimes, which is $21.60 ANSWER \n" ); document.write( "That total is $74.35 \n" ); document.write( " \n" ); document.write( " |