document.write( "Question 670863: I am not sure how to figure out a coin problem without how much it's worth for example: A bank contains 44 coins (nickles, dimes, quarters). There are twice as many dimes as nickles and 8 fewer nickles than quarters. How much money is in the bank? \n" ); document.write( "
Algebra.Com's Answer #852514 by greenestamps(13241) You can put this solution on YOUR website! \n" ); document.write( "A comment about the two responses you have received to this point, one using three variables and one using a single variable. \n" ); document.write( "The easiest way to set the problem up is directly from the given information, which means using three variables and three equations; but then solving the problem means solving a system of three equations in three variables. \n" ); document.write( "It takes a bit of effort (not much, really) to set the problem up using a single variable and a single equation; but then the effort needed to solve the problem is much less. \n" ); document.write( "So the most efficient way to solve the problem using formal algebra is using a single variable and a single equation. \n" ); document.write( "The given information compares the number of dimes to the number of nickels, and it compares the number of nickels to the number of quarters. The common item there is the number of nickels, so the clear logical choice for the single variable is the number of nickels. \n" ); document.write( "So proceed as shown in the response from the tutor who uses a single variable: \n" ); document.write( "let x = # of nickels \n" ); document.write( "then 2x = # of dimes (there are twice as many dimes as nickels) \n" ); document.write( "and x+8 = # of quarters (... and 8 fewer nickels than quarters -- i.e., 8 more quarters than nickels) \n" ); document.write( "The equation then says the total number of coins is 44: \n" ); document.write( "(x) + (2x) + (x+8) = 44 \n" ); document.write( "The solution from there is easy.... \n" ); document.write( " \n" ); document.write( " |