document.write( "Question 103987: 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
\n" ); document.write( "in your drawer.
\n" ); document.write( "

Algebra.Com's Answer #75673 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Let d=# of dimes and q=# of quarters\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So we then get the inequality\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"0.1d%2B0.25q%3E30\" note: the 0.1d represents the amount of money d dimes is worth and 0.25q represents the amount of money q quarters is worth.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );