document.write( "Question 1122003: Robin has a collection of nickels, dimes, and quarters worth $37.50. She has 30 more dimes than nickels and twice as many quarters as dimes. How many coins of each kind does she have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #738031 by ikleyn(52787)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Let x be the number of nickels.\r\n" ); document.write( "\r\n" ); document.write( "Then the number of dimes is (x+30) and the number of quarters is 2*(x+30).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Nickels contribute 5x cents to the total.\r\n" ); document.write( "\r\n" ); document.write( "Dimes contribute 10*(x+30) cents to the total.\r\n" ); document.write( "\r\n" ); document.write( "Quarters contribute 25*2*(x+30) cents to the total.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "So, your \"money\" equation is\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 5x + 10*(x+30) + 50*(x+30) = 3750 cents.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve for x:\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 5x + 10x + 300 + 50x + 1500 = 3750\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 65x = 3750 - 300 - 1500\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 65x = 1950 ====> x =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The lesson to learn from this solution :\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " This problem is for one unknown and one equation.\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To see many other similar solved problems, look into the lesson\r \n" ); document.write( "\n" ); document.write( " - Simple word problems to solve using a single linear equation \r \n" ); document.write( "\n" ); document.write( " - More complicated word problems to solve using a single linear equation \r \n" ); document.write( "\n" ); document.write( " - Typical word problems from the archive to solve using a single linear equation \r \n" ); document.write( "\n" ); document.write( " - Advanced word problems to solve using a single linear equation\r \n" ); document.write( "\n" ); document.write( "in this site.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |