document.write( "Question 1002799: a purse contains $2.45 in dimes and quarters there are 2 more than twice as many dimes as quarters how many of each coin is in the purse? \n" ); document.write( "
Algebra.Com's Answer #619706 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a purse contains $2.45 in dimes and quarters there are 2 more than twice as many dimes as quarters how many of each coin is in the purse? \n" ); document.write( "let x=number of quarters in purse \n" ); document.write( "2x+2=number of dimes \n" ); document.write( ".10(2x+2)+.25*x=2.45 \n" ); document.write( ".20x+.20+.25x=2.45 \n" ); document.write( ".45x=2.25 \n" ); document.write( "x=5 \n" ); document.write( "2x+2=12 \n" ); document.write( "number of quarters=5 \n" ); document.write( "2number of dimes=12 \n" ); document.write( " |