document.write( "Question 1092795: There are 44 coins in a purse that contains nickles, dimes, and quarters. There are twice as many dimes as quarters and 4 more nickles than quarters. How many coins of each type are in the purse? \n" ); document.write( "
Algebra.Com's Answer #707427 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! There are 44 coins in a purse that contains nickles, dimes, and quarters. \n" ); document.write( "n + d + q = 44 \n" ); document.write( " There are twice as many dimes as quarters \n" ); document.write( "q = 2d \n" ); document.write( "divide both sides by 2 \n" ); document.write( "d = .5q \n" ); document.write( " and 4 more nickles than quarters. \n" ); document.write( "q = n + 4 \n" ); document.write( "subtract 4 from both side \n" ); document.write( "n = q - 4 \n" ); document.write( " How many coins of each type are in the purse? \n" ); document.write( "In the first equation, replace d with .5q and replace n with (q - 4) \n" ); document.write( "(q-4) + .5q + q = 44 \n" ); document.write( "Combine like terms add 4 to both sides \n" ); document.write( "2.5q = 48 \n" ); document.write( "q = 48/2.5 \n" ); document.write( "q = 19.2!! Something is wrong with this problem; this has to be an integer! \n" ); document.write( " |