document.write( "Question 468330: sarah has a collection of 80 coins made up of nickels, dimes. and quarters. she has 5 more dimes than one-third the number of nickels, and the number of quarters is one less than one-fourth the number of nickels. how many coins of each kind does she have? \n" ); document.write( "
Algebra.Com's Answer #321454 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
sarah has a collection of 80 coins made up of nickels, dimes. and quarters.
\n" ); document.write( " she has 5 more dimes than one-third the number of nickels, and the number of
\n" ); document.write( " quarters is one less than one-fourth the number of nickels.
\n" ); document.write( " how many coins of each kind does she have?
\n" ); document.write( ":
\n" ); document.write( "Let n = no. of nickels
\n" ); document.write( "Let d = no. of dimes
\n" ); document.write( "Let q = no. of quarters
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each statement:
\n" ); document.write( "\"sarah has a collection of 80 coins made up of nickels, dimes. and quarters.\"
\n" ); document.write( "n + d + q = 80
\n" ); document.write( ":
\n" ); document.write( "\"she has 5 more dimes than one-third the number of nickels,\"
\n" ); document.write( "d = \"1%2F3\"n + 5
\n" ); document.write( ":
\n" ); document.write( "\" the number of quarters is one less than one-fourth the number of nickels.\"
\n" ); document.write( "q = \"1%2F4\"n - 1
\n" ); document.write( ":
\n" ); document.write( "Replace d and q from the above equations:
\n" ); document.write( "n + (\"1%2F3\"n + 5) + (\"1%2F4\"n - 1) = 80
\n" ); document.write( ":
\n" ); document.write( "n + \"1%2F3\"n + \"1%2F4\"n - 1 + 5 = 80
\n" ); document.write( ":
\n" ); document.write( "n + \"1%2F3\"n + \"1%2F4\"n + 4 = 80
\n" ); document.write( ":
\n" ); document.write( "n + \"1%2F3\"n + \"1%2F4\"n = 80 - 4
\n" ); document.write( ":
\n" ); document.write( "n + \"1%2F3\"n + \"1%2F4\"n = 76
\n" ); document.write( "Get rid of those annoying fractions multiply by 12
\n" ); document.write( "12n + 4n + 3n = 12(76)
\n" ); document.write( "19n = 912
\n" ); document.write( "n = \"912%2F19\"
\n" ); document.write( "n = 48 nickels
\n" ); document.write( "then
\n" ); document.write( "d = \"1%2F3\"*48 + 5
\n" ); document.write( "d = 16 + 5
\n" ); document.write( "d = 21 dimes
\n" ); document.write( "and
\n" ); document.write( "q = \"1%2F4\"*48 - 1
\n" ); document.write( "q = 12 - 1
\n" ); document.write( "q = 11 quarters
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check this: 48 + 21 + 11 = 80\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " how many coins of each kind does she have?
\n" ); document.write( "
\n" );