document.write( "Question 1204793: Annie has a piggy bank consisting of quarters dimes and nickels. She has a total 74 coins in the bank totaling 11.35$. There are half as many dimes as quarters. How many nickels does Annie have? \n" ); document.write( "
Algebra.Com's Answer #841285 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\"There are half as many dimes as quarters\" which flips around to \"There are twice as many quarters as dimes\".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "# of quarters = 2*(# of dimes)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let x = number of dimes \n" ); document.write( "2x = number of quarters \n" ); document.write( "x+2x = 3x = number of dimes and quarters\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Annie has 74 coins total. \n" ); document.write( "3x of them are either quarters or dimes, so the remaining 74-3x coins must be nickels.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = number of dimes \n" ); document.write( "10x = value of the dimes in cents \n" ); document.write( "2x = number of quarters \n" ); document.write( "25*2x = 50x = value of the quarters in cents \n" ); document.write( "74-3x = number of nickels \n" ); document.write( "5*(74-3x) = 370 - 15x = value of the nickels in cents\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total value in cents = 10x+50x+370-15x = 45x+370\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Set this equal to the total amount Annie has which is 1135 cents (aka $11.35)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "45x+370 = 1135 \n" ); document.write( "45x = 1135-370 \n" ); document.write( "45x = 765 \n" ); document.write( "x = 765/45 \n" ); document.write( "x = 17\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, \n" ); document.write( "number of dimes = x = 17 \n" ); document.write( "number of quarters = 2x = 2*17 = 34 \n" ); document.write( "number of nickels = 74-3x = 74-3*17 = 23\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In short, \n" ); document.write( "number of dimes = 17 \n" ); document.write( "number of quarters = 34 \n" ); document.write( "number of nickels = 23\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check \n" ); document.write( "17 dimes + 34 quarters + 23 nickels = 17*10 + 34*25 + 23*5 = 1135 cents = $11.35 \n" ); document.write( "This helps confirm the answer. \n" ); document.write( "Further confirmation comes from the fact that 17+34+23 = 74\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: She has 23 nickels \n" ); document.write( " \n" ); document.write( " |