document.write( "Question 15395: Don has 80 coins. He has 4 times as many dimes as nickels and the remaining are pennies. With a single variable, express the number. \n" ); document.write( "
Algebra.Com's Answer #7630 by rapaljer(4671)\"\" \"About 
You can put this solution on YOUR website!
Let x = number of nickels
\n" ); document.write( "4x = number of dimes\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Number of pennies = (total number of coins) - (sum of the nickels and dimes)
\n" ); document.write( "80 - (x+4x) = number of pennies
\n" ); document.write( "80-5x = number of pennies\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Total value = value of each type of coin times the number of coins.
\n" ); document.write( "Value = 5(x) + 10(4x) + 1(80-5x)
\n" ); document.write( "Value = 5x + 40x + 80 - 5x
\n" ); document.write( "Value = 40x + 80\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "That's it! Of course you can't solve it since you don't know the total value of all the coins.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "R^2 at SCC
\n" ); document.write( "
\n" );