document.write( "Question 1104930: Mia has 30nickels and dimes. She has 12 more nickels than dimes. How many dimes does Mia have? \n" ); document.write( "
Algebra.Com's Answer #719661 by rothauserc(4718) You can put this solution on YOUR website! let d be the number of dimes \n" ); document.write( ": \n" ); document.write( "(d+12) + d = 30 \n" ); document.write( ": \n" ); document.write( "2d + 12 = 30 \n" ); document.write( ": \n" ); document.write( "2d = 18 \n" ); document.write( ": \n" ); document.write( "d = 9 \n" ); document.write( ": \n" ); document.write( "Mia has 9 dimes \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |