document.write( "Question 235732: the students want to raies $20 total. if they have 19 pennies and the rest in quarters how many quarters would that be
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #173553 by stanbon(75887) ![]() You can put this solution on YOUR website! the students want to raise $20 total. if they have 19 pennies and the rest in quarters how many quarters would that be \n" ); document.write( "------------------- \n" ); document.write( "Let the number of quarters be \"x\". \n" ); document.write( "Value of those quarters is 25x cents. \n" ); document.write( "-------------- \n" ); document.write( "Equation: \n" ); document.write( "25x + 19 >= 2000 cents \n" ); document.write( "25x >= 1981 \n" ); document.write( "x >= 79.24 \n" ); document.write( "Rounding up: x = 80 (# of quarters) \n" ); document.write( "========================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |