document.write( "Question 39549: Number problems. \r
\n" );
document.write( "\n" );
document.write( "You have at least $30 in change in your drawer, consisting of
\n" );
document.write( "dimes and quarters. Write an inequality that shows the different number of coins in your drawer.\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #25003 by fractalier(6550) You can put this solution on YOUR website! If D is the number of dimes and Q is the number of quarters, then their values (in cents) would be 10D and 25Q, respectively... \n" ); document.write( "If their total is at least $30, then we can write \n" ); document.write( "10D + 25Q ≥ 3000 ($30 in cents) \n" ); document.write( "where both D ≥ 1 and Q ≥ 1 \n" ); document.write( " |