document.write( "Question 445263: A bank contains 300 coins, all of them quarters or dimes. If the money totals $67.50, how many of each coin are in the bank? \n" ); document.write( "
Algebra.Com's Answer #306773 by chriswen(106)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the number of quarters. \n" ); document.write( "Let 300-x be the number of dimes. \n" ); document.write( "... \n" ); document.write( "25x+10(300-x)=6750 \n" ); document.write( "25x+3000-10x=6750 \n" ); document.write( "15x=6750-3000 \n" ); document.write( "15x=3750 \n" ); document.write( "x=250 \n" ); document.write( "300-x=50 \n" ); document.write( "... \n" ); document.write( "Therefore, there are 250 quarters and 50 dimes in the bank. \n" ); document.write( " |