document.write( "Question 648282: Laura has an equal number of dimes, nickels, and quarters. If their total value is less than 9 dollars, what is the maximum number of each that she could have? \n" ); document.write( "
Algebra.Com's Answer #406659 by checkley79(3341) ![]() You can put this solution on YOUR website! .25X+.10X+.05X<=9.00 \n" ); document.write( ".40X<=9.00 \n" ); document.write( "X<=9.00/.40 \n" ); document.write( "X<=22.5 OR THE MAX IX 22. \n" ); document.write( "PROOF: \n" ); document.write( ".25*22+.10*22+.05*22<=9.00 \n" ); document.write( "5.50+2.20+1.10<=9.00 \n" ); document.write( "8.80<=9.00 \n" ); document.write( " |