document.write( "Question 52063: 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 in your drawer.\r
\n" );
document.write( "\n" );
document.write( "The first thing I notice is that there doesn't seem to be enough information, but I sure that is not the case. I think that $30 would be represented as 30 is greater than or equal to 30. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #34726 by tutorcecilia(2152) You can put this solution on YOUR website! The number of dimes plus number of quarters is greater than or equal to $30 \n" ); document.write( "(value)(amount) + (value)(amount) >=$30 \n" ); document.write( ".10=the value of the dimes \n" ); document.write( ".25=the value of the quarter, so, \n" ); document.write( "(.10)x + (.25)y>=$30 \n" ); document.write( ".10x+.25y>=30 \n" ); document.write( " \n" ); document.write( " |