document.write( "Question 43380: You have at least $30 in change in your drawer, consisting of dimes, and quaters. Write an inequality that shows the different numbers of coins in your drawer. \n" ); document.write( "
Algebra.Com's Answer #28420 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
If we let d be the number of dimes and q be the number of quarters, their respective values would be .10d and .25q...thus the inequality we seek is
\n" ); document.write( ".10d + .25q ≥ 30
\n" ); document.write( "
\n" );