document.write( "Question 875602: Anna has 15 coins in her purse.All are nickles and dimes.They total $1.35.How many of each does she have? \n" ); document.write( "
Algebra.Com's Answer #528319 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
10d + 5(15-d) = 135 (Cents makes sense)
\n" ); document.write( " 5d = 60
\n" ); document.write( " d = 12 dimes and 3 nickels
\n" ); document.write( "Checking...
\n" ); document.write( " 120 + 15 = 135cents = $1.35
\n" ); document.write( "
\n" );