document.write( "Question 487219: I have a jar filled with $100 worth of quarters, nickels, and dimes. \r
\n" ); document.write( "\n" ); document.write( "I have the same amount of each type of coin. How many total coins do I have in my jar?
\n" ); document.write( "

Algebra.Com's Answer #332999 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"n\" = the number of each type of coin
\n" ); document.write( "\"+25n+\" = cash amount of quarters ( in cents )
\n" ); document.write( "\"+5n+\" = cash amount of nickels ( in cents )
\n" ); document.write( "\"+10n+\" = cash amount of dimes ( in cents )
\n" ); document.write( "---------------
\n" ); document.write( "\"+25n+%2B+5n+%2B+10n+=+10000+\" ( in cents )
\n" ); document.write( "\"+40n+=+10000+\"
\n" ); document.write( "\"+n+=+250+\"
\n" ); document.write( "There are 250 of each type of coin, so
\n" ); document.write( "there are \"+250%2A3+=+750+\" total coins
\n" ); document.write( "check answer:
\n" ); document.write( "\"+25n+%2B+5n+%2B+10n+=+10000+\"
\n" ); document.write( "\"+25%2A250+%2B+5%2A250+%2B+10%2A250+=+10000+\"
\n" ); document.write( "\"+6250+%2B+1250+%2B+2500+=+10000+\"
\n" ); document.write( "\"+10000+=+10000+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );