document.write( "Question 832822: Michael's bank contains only nickels, dimes and quarters. There are 63 coins in all valued at $5.50. The number of nickels is 5 short of being 3 times the sum of the number of dimes and quarters. How many dimes are in the bank \n" ); document.write( "
Algebra.Com's Answer #502210 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! Michael's bank contains only nickels, dimes and quarters. \n" ); document.write( " \r\n" ); document.write( "N = number of nickels\r\n" ); document.write( "D = number of dimes\r\n" ); document.write( "Q = the number of quartersThere are 63 coins in all \r\n" ); document.write( " N + D + Q = 63\r\n" ); document.write( "valued at $5.50. The N nickels are worth $0.05N\r\n" ); document.write( "The D dimes are worth $0.10D\r\n" ); document.write( "The Q quarters are worth $0.25Q\r\n" ); document.write( "\r\n" ); document.write( "0.05N + 0.10D + .25Q = 5.50\r\n" ); document.write( "\r\n" ); document.write( "Multiply every term by 100 moves the decimals two places over:\r\n" ); document.write( "\r\n" ); document.write( " 5N + 10D + 25Q = 550\r\n" ); document.write( "\r\n" ); document.write( "Divide every term by 5\r\n" ); document.write( "\r\n" ); document.write( " N + 5D + 5Q = 110The number of nickels is 5 short of being 3 times the sum of \n" ); document.write( "the number of dimes and quarters. the sum of number of dimes and quarters = D+Q\r\n" ); document.write( "3 times the sum of number of dimes and quarters = 3(D+Q)\r\n" ); document.write( "5 short of being 3 times the sum of the number of dimes and quarters = 3(D+Q)-5\r\n" ); document.write( "So\r\n" ); document.write( "\r\n" ); document.write( " N = 3(D+Q) - 5\r\n" ); document.write( " N = 3D + 3Q - 5\r\n" ); document.write( " N - 3D - 3Q = -5\r\n" ); document.write( "\r\n" ); document.write( "So we have the system of 3 equations in 3 unknowns:\r\n" ); document.write( "\r\n" ); document.write( " N + D + Q = 63\r\n" ); document.write( " N + 2D + 5Q = 110 \r\n" ); document.write( " N - 3D - 3Q = -5\r\n" ); document.write( "\r\n" ); document.write( "Solve that system by elimination.\r\n" ); document.write( "How many dimes are in the bank? \r\n" ); document.write( "Solve the system and see. If you can't post again\r\n" ); document.write( "asking how to solve it.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |