document.write( "Question 1104030: You have an equal number of nickels, dimes, and quarters. Write and simplify an expression for the total value in dollars of the coins \n" ); document.write( "
Algebra.Com's Answer #718746 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+y+\" = total value in dollars
\n" ); document.write( "Let \"+x+\" = number of each type of coin
\n" ); document.write( "\"+y+=+.05x+%2B+.1x+%2B+.25x+\"
\n" ); document.write( "\"+y+=+.4x+\"
\n" ); document.write( "----------------
\n" ); document.write( "check:
\n" ); document.write( "suppose the are \"+10+\" of each type
\n" ); document.write( "of coin
\n" ); document.write( "\"+y+=+.05%2A10+%2B+.1%2A10+%2B+.25%2A10+\"
\n" ); document.write( "\"+y+=+.5+%2B+1+%2B+2.5+\"
\n" ); document.write( "\"+y+=+4+\"
\n" ); document.write( "and
\n" ); document.write( "\"+y+=+.4x+\"
\n" ); document.write( "\"+y+=+.4%2A10+\"
\n" ); document.write( "\"+y+=+4+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );