document.write( "Question 1098899: Bobs has 8 more dimes than quarters together they total $8.50 how many of each does he have \n" ); document.write( "
Algebra.Com's Answer #713288 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x=quarters
\n" ); document.write( "x+8=dimes
\n" ); document.write( ".25x+0.10(x+8)=8.50
\n" ); document.write( ".25x+0.10x+0.80=8.50
\n" ); document.write( ".35x=7.70
\n" ); document.write( "x=22 quarters ($5.50)
\n" ); document.write( "x+8=30 dimes ($3.00)
\n" ); document.write( "They add to $8.50
\n" ); document.write( "
\n" );