document.write( "Question 1042534: A coin collection made up of pennies, nickels, and quarters contains a total of 29 coins. The number of quarters is 8 less than he number of pennies. The total face value of coins is $1.77. How many of each denomination are there? \n" ); document.write( "
Algebra.Com's Answer #657515 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! p pennies \n" ); document.write( "n nickels \n" ); document.write( "q quarters\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Account for the coin count and account for the money count. \n" ); document.write( "q=p-8 \n" ); document.write( " |