document.write( "Question 1047366: i have a collection of nickels, dimes, and quarters in a money bag worth $16.85. If the number of quarters is two hundred thirty-seven less than three times the number of nickels and the number of dimes is one hundred sixty-nine less than twice the number of nickels, find the number of each type of coin. \n" ); document.write( "
Algebra.Com's Answer #662934 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! i have a collection of nickels, dimes, and quarters in a money bag worth $16.85. If the number of quarters is two hundred thirty-seven less than three times the number of nickels and the number of dimes is one hundred sixty-nine less than twice the number of nickels, find the number of each type of coin. \n" ); document.write( ": \n" ); document.write( "let n = no. of nickels \n" ); document.write( "let d = no. of dimes \n" ); document.write( "let = no. of quarters \n" ); document.write( ": \n" ); document.write( "\"If the number of quarters is two hundred thirty-seven less than three times the number of nickels\" \n" ); document.write( "q = 3n-237 \n" ); document.write( "\"and the number of dimes is one hundred sixty-nine less than twice the number of nickels\" \n" ); document.write( "d = n-169 \n" ); document.write( ": \n" ); document.write( ".05n + .10d + .25q = 16.85 \n" ); document.write( "replace d and q \n" ); document.write( ".05n + .10(2n-169) + .25(3n-237) = 16.85 \n" ); document.write( ".05n + .20n + .75n - 76.15 = 16.85 \n" ); document.write( "1.0n = 16.85 + 76.15 \n" ); document.write( "n = 93 nickels \n" ); document.write( "find d \n" ); document.write( "d = 2(93) - 169 \n" ); document.write( "d = 17 dimes \n" ); document.write( "find q \n" ); document.write( "q = 3(93) - 237 \n" ); document.write( "q = 42 quarters \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "see if this adds up \n" ); document.write( "93(.05) = 4.65 \n" ); document.write( "17(.10) = 1.70 \n" ); document.write( "42(.25)= 10.50 \n" ); document.write( "-------------- \n" ); document.write( "Total $: 16.85 \n" ); document.write( " \n" ); document.write( " |