document.write( "Question 187309: The coins in the store's cash register total $12.50. The cash register contains only nickels, dimes and quarters. There are twice as many dimes as nickels. There are also twoice as many quarters as dimes. How many dimes are in the cash register? \n" ); document.write( "
Algebra.Com's Answer #140462 by dukesmart(20) ![]() You can put this solution on YOUR website! Let put Number of Nickel = N \n" ); document.write( " Number of Dime = D \n" ); document.write( " Number of Quarter= Q\r \n" ); document.write( "\n" ); document.write( "and we know : D= 2N ; Q= 2D\r \n" ); document.write( "\n" ); document.write( "Therefore we can establish the equation as follows:\r \n" ); document.write( "\n" ); document.write( "N*5 + D*10 +Q*25 = 1250 ( notice: $12.50 = 1250 cents)\r \n" ); document.write( "\n" ); document.write( "D/2 *5 + D*10 + 2D*25 =1250\r \n" ); document.write( "\n" ); document.write( "5D + 20D + 100D = 2500 ( result is by multiplying the equation to 2) \r \n" ); document.write( "\n" ); document.write( " 125D = 2500 \n" ); document.write( " D = 20 dimes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |