document.write( "Question 724674: You have 59 coins consisting of pennies and
\n" );
document.write( "nickels. The coins total $2.87. How many
\n" );
document.write( "coins are pennies? How many are nickels? \n" );
document.write( "
Algebra.Com's Answer #443838 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You have 59 coins consisting of pennies and \n" ); document.write( "nickels. The coins total $2.87. How many \n" ); document.write( "coins are pennies? How many are nickels? \n" ); document.write( "------- \n" ); document.write( "Quantity Eq::: p + n = 59 coins \n" ); document.write( "Value Eq:::::: p +5n = 287 cents \n" ); document.write( "--- \n" ); document.write( "Subtract and solve for \"n\": \n" ); document.write( "4n = 228 \n" ); document.write( "n = 57 (# of nickels) \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |