document.write( "Question 35443: The question is as follows:
\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( "HELP!!!! \n" );
document.write( "
Algebra.Com's Answer #21515 by narayaba(40) ![]() You can put this solution on YOUR website! Let x be the number of dimes \n" ); document.write( "Let y be the number of nickels\r \n" ); document.write( "\n" ); document.write( "A dime is 10 cents equivalent to $(10/100) = $0.1 \n" ); document.write( "A nickel is 5 cents equivalent to $(5/100) = $0.05\r \n" ); document.write( "\n" ); document.write( "The change in the drawer is atleast $30 which means the change in the drawer can be either $30 or more than $30\r \n" ); document.write( "\n" ); document.write( "the total amount in dollars from the combination of dime and nickls \n" ); document.write( "is 0.1*x + 0.05*y. This amount must be greater than or equal to 30.\r \n" ); document.write( "\n" ); document.write( "0.1*x + 0.05*y >= 30\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |