document.write( "Question 67123: 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. \n" );
document.write( "
Algebra.Com's Answer #47739 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! 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. \n" ); document.write( "LET NUMBER OF DIMES =D...THEIR VALUE =10*D=10D CENTS \n" ); document.write( "LET NUMBER OF QUARTERS = Q...THEIR VALUE =25*Q=25Q CENTS. \n" ); document.write( "TOTAL VALUE =10D+25Q \n" ); document.write( "HENCE \n" ); document.write( "10D+25Q>=30*100=3000 CENTS \n" ); document.write( "2D+5Q>=600 \n" ); document.write( " |