document.write( "Question 45835This question is from textbook
\n" ); document.write( ": 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 #30437 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
ammount: x >= 30
\n" ); document.write( "dimes: d >= 1
\n" ); document.write( "quarters: q >= 1
\n" ); document.write( "
\n" );