document.write( "Question 37781: You have at least $30 in change in your drawer, consisting of dimes and quarters. Write an inequality that shows the different number of coins in your drawer. \n" ); document.write( "
Algebra.Com's Answer #23379 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
If D = # of dimes and Q = # of quarters, their values are 10D and 25Q respectively.
\n" ); document.write( "Thus 10D + 25Q ≥ 3000 (3000 since we're atlking about cents, not dollars here)
\n" ); document.write( "
\n" );