document.write( "Question 1126001: If Tatiana has 2 more quarters than dimes and they have a combined value of 225 cents, how many of each coin does she have? \n" ); document.write( "
Algebra.Com's Answer #742321 by FrankM(1040)![]() ![]() You can put this solution on YOUR website! If she has X dimes, she has X+2 quarters. \r \n" ); document.write( "\n" ); document.write( "X Dimes are worth 10X cents \n" ); document.write( "X+2 Quarters are worth 25(X+2) cents\r \n" ); document.write( "\n" ); document.write( "10X+25X+50=225\r \n" ); document.write( "\n" ); document.write( "35X=175 \r \n" ); document.write( "\n" ); document.write( "X=5 X+2 = 7\r \n" ); document.write( "\n" ); document.write( "5 dimes = 50 cents \n" ); document.write( "7 quarters are 175 cents. \n" ); document.write( " |