document.write( "Question 658393: Anna has $4.00 in change. If she has 5 quarters what is the maximum numbers of dimes that she can have
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #410270 by stanbon(75887) ![]() You can put this solution on YOUR website! Anna has $4.00 in change. If she has 5 quarters what is the maximum numbers of dimes that she can have \n" ); document.write( "--------------------------- \n" ); document.write( "Let the max number of dimes be \"x\": \n" ); document.write( "Value Equation: \n" ); document.write( "25*5 + 10d <= 400 cents \n" ); document.write( "125 + 10d <= 400 \n" ); document.write( "10d <= 275 \n" ); document.write( "d <= 27.5 \n" ); document.write( "---- \n" ); document.write( "# of dimes has a max at 27 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |