document.write( "Question 60293This question is from textbook Elementary and Intermediate Algebra
\n" );
document.write( ": This word problem has to do with coins, but I need to solve it by setting up and solving a system of two linear equations in two variables.\r
\n" );
document.write( "\n" );
document.write( "Cindy has 43 coins consisting of nickels and dimes. The total value of the coins is $3.40. How many coins of each kind does she have?\r
\n" );
document.write( "\n" );
document.write( "I have gotten this far:
\n" );
document.write( "n + d = 3.40
\n" );
document.write( "is that right? \n" );
document.write( "
Algebra.Com's Answer #41430 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! This word problem has to do with coins, but I need to solve it by setting up and solving a system of two linear equations in two variables.\r \n" ); document.write( "\n" ); document.write( "Cindy has 43 coins consisting of nickels and dimes. The total value of the coins is $3.40. How many coins of each kind does she have? \n" ); document.write( ": \n" ); document.write( "I like to do these in terms of cents to avoid decimals. \n" ); document.write( "Let number of nickles be:n \n" ); document.write( "Let the number of dimes be:d \n" ); document.write( "When we add the coins together we have 43 coins: n+d=43 \n" ); document.write( "Nickels are worth 5 cents, so the amount of money in nickels we have is: 5n \n" ); document.write( "Dimes are worth 10 cents: 10d \n" ); document.write( "Total cents when added together: 5n+10d=340 \n" ); document.write( ": \n" ); document.write( "E1: n+d=43 \n" ); document.write( "E2: 5n+10d=340 \n" ); document.write( "Solve E1, for one of the variables like d and substitute into E2 and solve for n. \n" ); document.write( ": \n" ); document.write( "E1: n+d=43 --> d=43-n \n" ); document.write( "5n+10(43-n)=340 \n" ); document.write( "5n+430-10n=340 \n" ); document.write( "-5n+430=340 \n" ); document.write( "-5n+430-430=340-430 \n" ); document.write( "-5n=-90 \n" ); document.write( "-5n/-5=-90/-5 \n" ); document.write( "n=18 \n" ); document.write( "Substitute that into E1 to see how many dimes there were: \n" ); document.write( "d=43-18 \n" ); document.write( "d=25 \n" ); document.write( "There were 18 nickels and 25 dimes. \n" ); document.write( "Sanity Check: does 18 nickels and 25 dimes = $3.40? You decide if we're right. \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " |