document.write( "Question 877605: Abigal has 26 coins. They are in dimes and quarters and the total is $5.75 how many of each does she have \n" ); document.write( "
Algebra.Com's Answer #529434 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Hint: the system of equations is \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"d%2Bq=26\" (since she has 26 coins of either dimes or quarters)
\n" ); document.write( "\"0.10d%2B0.25q+=+5.75\" (total value of all the coins)
\n" ); document.write( "
\n" );