document.write( "Question 1023051: Sarah has $14.80 in dimes and quarters. The number of quarters is two less than three times the number of dimes. How many quarters does she have? \n" ); document.write( "
Algebra.Com's Answer #638585 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
q = 3d-2
\n" ); document.write( "0.25q+0.10d = 14.80
\n" ); document.write( "0.25(3d-2)+0.10d = 14.80
\n" ); document.write( "You do the rest, use your calculator.
\n" ); document.write( "
\n" );